From 3650d4001aaf009b19edbccbe30592a1fcc78325 Mon Sep 17 00:00:00 2001 From: Alexander Bazo Date: Thu, 29 Aug 2019 12:05:55 +0200 Subject: [PATCH] Update path to game configuration in build script --- build.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.js b/build.js index 477c1b9..baa61ee 100644 --- a/build.js +++ b/build.js @@ -8,7 +8,7 @@ const fs = require("fs-extra"), https = require("https"), TARGET_DIR = "build/", - CONFIG_FILE = "build/resources/js/Config.js", + CONFIG_FILE = "build/resources/js/config/GameConfiguration.js", VERSION_PLACEHOLDER = "$VERSION", version = require("./package.json").version, fileList = [{ -- libgit2 0.26.0