Skip to content

Commit

Permalink
fix: revert mac target
Browse files Browse the repository at this point in the history
  • Loading branch information
agalwood committed May 7, 2021
1 parent e939f9e commit 3aa18e7
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 @@ -92,10 +92,18 @@
},
"mac": {
"target": [
{
"target": "dmg",
"arch": [
"x64",
"arm64"
]
},
{
"target": "zip",
"arch": [
"x64"
"x64",
"arm64"
]
}
],
Expand Down

0 comments on commit 3aa18e7

Please sign in to comment.