Skip to content

Commit

Permalink
Merge pull request #1029 from th-ch/windows-arm-build
Browse files Browse the repository at this point in the history
build win target on ARM
  • Loading branch information
th-ch authored Feb 15, 2023
2 parents bfb392a + 35fa794 commit 8bfbbca
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,20 @@
"!plugins/touchbar${/*}"
],
"target": [
"nsis",
"portable"
{
"target": "nsis",
"arch": [
"x64",
"arm64"
]
},
{
"target": "portable",
"arch": [
"x64",
"arm64"
]
}
]
},
"nsis": {
Expand Down

0 comments on commit 8bfbbca

Please sign in to comment.