Skip to content

Commit

Permalink
Feature/m1 support (#242)
Browse files Browse the repository at this point in the history
* chore: add m1 build targets

* fix: restored original arch
  • Loading branch information
nwouda authored Mar 30, 2022
1 parent 32560a1 commit 0950ca7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.17.0
16.14.1
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,13 +106,15 @@
{
"target": "zip",
"arch": [
"x64"
"x64",
"arm64"
]
},
{
"target": "dmg",
"arch": [
"x64"
"x64",
"arm64"
]
}
]
Expand Down

0 comments on commit 0950ca7

Please sign in to comment.