mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-05 06:42:12 +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.