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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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