feat: add x64 arch to mac dmg target
This commit is contained in:
parent
af7af98d49
commit
b02e83f68e
@ -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:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user