Skip to content

Commit

Permalink
Refactor build command in windows-build.yml: Update NSIS installation…
Browse files Browse the repository at this point in the history
… and add x64 architecture support
  • Loading branch information
minai621 committed Oct 18, 2024
1 parent 161a3a4 commit a4a3132
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,10 @@
"target": "dmg"
},
"win": {
"target": "nsis"
"target": "nsis",
"arch": [
"x64"
]
},
"nsis": {
"oneClick": false,
Expand Down

0 comments on commit a4a3132

Please sign in to comment.