Skip to content

Commit

Permalink
Added arm64 macOS build following electron-userland/electron-builder#…
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanLobbenmeier committed Sep 8, 2022
1 parent be1c412 commit 58bcb79
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,15 @@
]
},
"mac": {
"target": "dmg",
"target": [
{
"target": "dmg",
"arch": [
"x64",
"arm64"
]
}
],
"icon": "renderer/img/icon.icns",
"category": "public.app-category.utilities",
"identity": null,
Expand Down

0 comments on commit 58bcb79

Please sign in to comment.