Commit 62d5e6c
committed
chore: remove unneeded electron-builder flags
Drop the electronFuses block and verifyUpdateCodeSignature: false added
in #3740. Neither is required for the ssh2 tunnel to work:
- ssh2's native bindings (sshcrypto.node, cpufeatures.node) are
auto-unpacked by Electron and don't conflict with default fuses.
- onlyLoadAppFromAsar only governs the entry point (main.js), which
stays inside the asar.
- Embedded asar integrity validation is handled correctly by modern
electron-builder, including for asarUnpack entries.
- verifyUpdateCodeSignature only matters when electron-updater is
active; Keira3 doesn't ship the auto-updater.
signAndEditExecutable stays false until a Windows code-signing
certificate is available.1 parent 879c904 commit 62d5e6c
1 file changed
Lines changed: 1 addition & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | 8 | | |
13 | 9 | | |
14 | 10 | | |
15 | | - | |
16 | | - | |
| 11 | + | |
17 | 12 | | |
18 | 13 | | |
19 | 14 | | |
| |||
0 commit comments