mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-26 03:31:24 +08:00
feat: add x64 arch to mac dmg target
This commit is contained in:
parent
1cbfe2a707
commit
466a162c6f
@ -26,6 +26,12 @@ mac:
|
||||
- NSDocumentsFolderUsageDescription: Application requests access to the user's Documents folder.
|
||||
- NSDownloadsFolderUsageDescription: Application requests access to the user's Downloads folder.
|
||||
notarize: false
|
||||
target:
|
||||
- target: dmg
|
||||
arch:
|
||||
- x64
|
||||
- arm64
|
||||
|
||||
dmg:
|
||||
artifactName: ${productName}-${version}.${ext}
|
||||
linux:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user