Skip to content

Commit 3b3c84d

Browse files
committed
chore(release): added missing Electron Fuse (exhaustive requirement, even if default value)
1 parent fcd78b8 commit 3b3c84d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/afterPack.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,10 @@ module.exports = async function afterPack(context) {
9090

9191
// GrantFileProtocolExtraPrivileges = 7,
9292
[FuseV1Options.GrantFileProtocolExtraPrivileges]: false,
93+
94+
// wasmTrapHandlers = 8,
95+
// https://www.electronjs.org/docs/latest/tutorial/fuses#wasmtraphandlers
96+
[FuseV1Options.WasmTrapHandlers]: false,
9397
};
9498

9599
// Electron Builder v26

0 commit comments

Comments
 (0)