mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-07 05:39:05 +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
|
- target: portable
|
||||||
signtoolOptions:
|
signtoolOptions:
|
||||||
sign: scripts/win-sign.js
|
sign: scripts/win-sign.js
|
||||||
|
verifyUpdateCodeSignature: false
|
||||||
nsis:
|
nsis:
|
||||||
artifactName: ${productName}-${version}-${arch}-setup.${ext}
|
artifactName: ${productName}-${version}-${arch}-setup.${ext}
|
||||||
shortcutName: ${productName}
|
shortcutName: ${productName}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user