Skip to content

Commit

Permalink
Merge pull request #35 from olegshulyakov/feature/mac-arm-support
Browse files Browse the repository at this point in the history
jely2002#379 MacOS ARM Support
  • Loading branch information
olegshulyakov committed Jun 18, 2022
2 parents 0dfd41c + c2aff4c commit b1aa8f9
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,16 @@
]
},
"mac": {
"target": "dmg",
"target": [
{
"target": "dmg",
"arch": [
"universal",
"x64",
"arm64"
]
}
],
"icon": "renderer/img/icon.icns",
"category": "public.app-category.utilities",
"identity": null,
Expand Down

0 comments on commit b1aa8f9

Please sign in to comment.