mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-11 18:19:58 +00:00
Define build script arguments
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user