Skip to content

Commit

Permalink
Build: Mac Universal build with ARM and x86 binaries (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
jermy-c authored Dec 11, 2024
1 parent 8486988 commit ab1a57c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions e2/electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ mac:
- NSDocumentsFolderUsageDescription: Application requests access to the user's Documents folder.
- NSDownloadsFolderUsageDescription: Application requests access to the user's Downloads folder.
notarize: true
target:
target: default
arch:
- universal
dmg:
artifactName: ${name}-${version}.${ext}
linux:
Expand Down

0 comments on commit ab1a57c

Please sign in to comment.