Skip to content

Commit

Permalink
Support for Apple Silicon
Browse files Browse the repository at this point in the history
  • Loading branch information
sxyazi authored and hackjutsu committed Jul 18, 2021
1 parent 5ba1d70 commit eea6db8
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,22 @@
"appId": "com.cosmox.lepton",
"mac": {
"category": "public.app-category.productivity",
"target": [
{
"target": "dmg",
"arch": [
"x64",
"arm64"
]
},
{
"target": "7z",
"arch": [
"x64",
"arm64"
]
}
],
"publish": [
"github"
],
Expand Down

0 comments on commit eea6db8

Please sign in to comment.