mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-07-26 09:52:11 +03:00
#3292 added electron/loginManager.js and a require("./loginManager") in main.js but did not add it to electron-builder's build.files allowlist, so the packaged app crashed at startup with "Cannot find module './loginManager'" on the Linux/macOS smoke tests (v3.8.13 Electron release fragment). Add loginManager.js to build.files, plus a regression test that asserts every local require("./x") in the Electron entry points is shipped.
This commit is contained in:
committed by
GitHub
parent
a25d5f1ef6
commit
cd89ce3cfa
@@ -51,6 +51,7 @@
|
||||
"files": [
|
||||
"main.js",
|
||||
"preload.js",
|
||||
"loginManager.js",
|
||||
"sqlite-inspection.js",
|
||||
"package.json",
|
||||
"node_modules/**/*"
|
||||
|
||||
Reference in New Issue
Block a user