Define build script arguments

This commit is contained in:
hensm
2018-11-28 20:33:36 +00:00
parent 94c9aa74f8
commit b7fbbb29d0
4 changed files with 74 additions and 52 deletions

View File

@@ -1,6 +1,6 @@
const path = require("path");
exports.DIST_DIR_PATH = path.join(__dirname, "../../../dist/app");
exports.DIST_PATH = path.join(__dirname, "../../../dist/app");
exports.executableName = {
win32: "bridge.exe"