mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-11 16:39:15 +08:00
fix: disable differential package for nsis and dmg (#12335)
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
ed3401a016
commit
334b9bbe04
@ -96,6 +96,7 @@ nsis:
|
|||||||
oneClick: false
|
oneClick: false
|
||||||
include: build/nsis-installer.nsh
|
include: build/nsis-installer.nsh
|
||||||
buildUniversalInstaller: false
|
buildUniversalInstaller: false
|
||||||
|
differentialPackage: false
|
||||||
portable:
|
portable:
|
||||||
artifactName: ${productName}-${version}-${arch}-portable.${ext}
|
artifactName: ${productName}-${version}-${arch}-portable.${ext}
|
||||||
buildUniversalInstaller: false
|
buildUniversalInstaller: false
|
||||||
@ -111,6 +112,8 @@ mac:
|
|||||||
target:
|
target:
|
||||||
- target: dmg
|
- target: dmg
|
||||||
- target: zip
|
- target: zip
|
||||||
|
dmg:
|
||||||
|
writeUpdateInfo: false
|
||||||
linux:
|
linux:
|
||||||
artifactName: ${productName}-${version}-${arch}.${ext}
|
artifactName: ${productName}-${version}-${arch}.${ext}
|
||||||
target:
|
target:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user