Skip to content

Commit

Permalink
Tell electron-builder to build for windows x64.
Browse files Browse the repository at this point in the history
  • Loading branch information
dadmobile committed May 14, 2024
1 parent fe8dbac commit 15f60f4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,12 @@
},
"win": {
"target": [
"nsis"
{
"target": "nsis",
"arch": [
"x64"
]
}
]
},
"linux": {
Expand Down

0 comments on commit 15f60f4

Please sign in to comment.