Skip to content

Commit

Permalink
chore: Update build script to add NSIS executable path for Windows bu…
Browse files Browse the repository at this point in the history
…ilds
  • Loading branch information
minai621 committed Oct 17, 2024
1 parent a81bc8f commit 5a01b18
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@
"win": {
"target": "nsis"
},
"nsis": {
"unicode": true,
"executable": "C:\\Program Files (x86)\\NSIS\\Bin\\makensis.exe"
},
"linux": {
"target": "AppImage"
}
Expand Down

0 comments on commit 5a01b18

Please sign in to comment.