Add support for building arm64 dmg (Apple Silicon processors) (#157).
This commit is contained in:
@@ -28,7 +28,12 @@ nsis:
|
||||
|
||||
# macOS Configuration
|
||||
mac:
|
||||
target: 'dmg'
|
||||
target:
|
||||
- target: 'dmg'
|
||||
arch:
|
||||
- 'x64'
|
||||
- 'arm64'
|
||||
artifactName: '${productName}-setup-${version}-${arch}.${ext}'
|
||||
category: 'public.app-category.games'
|
||||
|
||||
# Linux Configuration
|
||||
|
||||
Reference in New Issue
Block a user