mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-19 06:30:10 +08:00
chore: disable code signature verification for Windows updates in electron-builder configuration
This commit is contained in:
parent
9dfa81f11f
commit
2758321821
@ -47,6 +47,7 @@ win:
|
||||
- target: portable
|
||||
signtoolOptions:
|
||||
sign: scripts/win-sign.js
|
||||
verifyUpdateCodeSignature: false
|
||||
nsis:
|
||||
artifactName: ${productName}-${version}-${arch}-setup.${ext}
|
||||
shortcutName: ${productName}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user