Skip to content

Commit

Permalink
add macos universal build
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcl committed Nov 19, 2021
1 parent fb67ac5 commit c2c56ad
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,15 @@
"asar": true,
"win": {
"target": "zip"
},
"mac": {
"target": {
"target": "default",
"arch": [
"x64",
"universal"
]
}
}
},
"dependencies": {
Expand Down

0 comments on commit c2c56ad

Please sign in to comment.