Skip to content

Commit

Permalink
Enable universal binary for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanLobbenmeier committed Sep 24, 2023
1 parent 65745eb commit 829fea4
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,17 @@
]
},
"mac": {
"target": "dmg",
"target": [
{
"target": "mas",
"arch": [
"universal"
]
},
{
"target": "mas-dev"
}
],
"icon": "renderer/img/icon.icns",
"category": "public.app-category.utilities",
"identity": null,
Expand Down

0 comments on commit 829fea4

Please sign in to comment.