We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcd78b8 commit 3b3c84dCopy full SHA for 3b3c84d
scripts/afterPack.js
@@ -90,6 +90,10 @@ module.exports = async function afterPack(context) {
90
91
// GrantFileProtocolExtraPrivileges = 7,
92
[FuseV1Options.GrantFileProtocolExtraPrivileges]: false,
93
+
94
+ // wasmTrapHandlers = 8,
95
+ // https://www.electronjs.org/docs/latest/tutorial/fuses#wasmtraphandlers
96
+ [FuseV1Options.WasmTrapHandlers]: false,
97
};
98
99
// Electron Builder v26
0 commit comments