mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-06 08:21:50 +00:00
Disable Windows update code signature verification (#24905)
This commit is contained in:
parent
d71b827d8c
commit
d37e5af57d
1 changed files with 1 additions and 0 deletions
|
|
@ -63,6 +63,7 @@ const getBase = (): Configuration => ({
|
|||
sign: signWindows,
|
||||
},
|
||||
target: ["nsis"],
|
||||
verifyUpdateCodeSignature: false,
|
||||
},
|
||||
nsis: {
|
||||
oneClick: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue