Commit 3650d400 by Alexander Bazo

Update path to game configuration in build script

parent f6eb4ff4
......@@ -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 = [{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment