Skip to content

Commit

Permalink
chore(gh-actions): build for arm64 and x64
Browse files Browse the repository at this point in the history
  • Loading branch information
hpcreery committed Apr 26, 2024
1 parent 16611f8 commit 692423d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ asarUnpack:
afterSign: build/notarize.js
win:
executableName: grx
target:
target: nsis
arch:
- arm64
- x64
nsis:
artifactName: ${name}.${ext}
shortcutName: ${productName}
Expand All @@ -26,6 +31,11 @@ mac:
- NSMicrophoneUsageDescription: Application requests access to the device's microphone.
- NSDocumentsFolderUsageDescription: Application requests access to the user's Documents folder.
- NSDownloadsFolderUsageDescription: Application requests access to the user's Downloads folder.
target:
- target: default
arch:
- arm64
- x64
dmg:
artifactName: ${name}.${ext}
linux:
Expand Down

0 comments on commit 692423d

Please sign in to comment.