Add support for building arm64 dmg (Apple Silicon processors) (#157).

This commit is contained in:
Daniel Scalzi
2021-05-13 21:49:18 -04:00
parent be4a42b50a
commit cd1ca7edf5
3 changed files with 9 additions and 3 deletions

View File

@@ -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