Disable Windows update code signature verification (#24905)

This commit is contained in:
Brendan Allan
2026-04-29 14:40:37 +08:00
committed by GitHub
parent e8337a73dc
commit 6e81bcd2b3
@@ -63,6 +63,7 @@ const getBase = (): Configuration => ({
sign: signWindows,
},
target: ["nsis"],
verifyUpdateCodeSignature: false,
},
nsis: {
oneClick: false,