Disable Windows update code signature verification (#24905)
This commit is contained in:
parent
d71b827d8c
commit
d37e5af57d
@ -63,6 +63,7 @@ const getBase = (): Configuration => ({
|
||||
sign: signWindows,
|
||||
},
|
||||
target: ["nsis"],
|
||||
verifyUpdateCodeSignature: false,
|
||||
},
|
||||
nsis: {
|
||||
oneClick: false,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user