feat: add x64 arch to mac dmg target

This commit is contained in:
kangfenmao 2024-07-15 11:25:32 +08:00
parent af7af98d49
commit b02e83f68e

View File

@ -26,6 +26,12 @@ mac:
- NSDocumentsFolderUsageDescription: Application requests access to the user's Documents folder. - NSDocumentsFolderUsageDescription: Application requests access to the user's Documents folder.
- NSDownloadsFolderUsageDescription: Application requests access to the user's Downloads folder. - NSDownloadsFolderUsageDescription: Application requests access to the user's Downloads folder.
notarize: false notarize: false
target:
- target: dmg
arch:
- x64
- arm64
dmg: dmg:
artifactName: ${productName}-${version}.${ext} artifactName: ${productName}-${version}.${ext}
linux: linux: