Skip to content

Commit

Permalink
Add electron build for Apple Silicon (M1)
Browse files Browse the repository at this point in the history
  • Loading branch information
smolck committed Jan 1, 2021
1 parent 48fc9e2 commit d34e086
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ files:
- '!**/.bin'
mac:
target:
- 'dmg'
- 'zip'
- target: dmg
arch:
- 'arm64'
- 'x64'
linux:
target:
- 'appimage'
Expand Down

0 comments on commit d34e086

Please sign in to comment.