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 d71b827d8c
commit d37e5af57d

View File

@@ -63,6 +63,7 @@ const getBase = (): Configuration => ({
sign: signWindows,
},
target: ["nsis"],
verifyUpdateCodeSignature: false,
},
nsis: {
oneClick: false,