Skip to content

Commit

Permalink
Trying universal arch for mac (not-tested)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohamedin committed Oct 29, 2021
1 parent 0b5d713 commit 8d646ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion electron-builder-linux-mac.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
},
{ "target": "dmg", "arch": [
"x64",
"arm64"
"arm64",
"universal"
]
}
]
Expand Down

0 comments on commit 8d646ac

Please sign in to comment.