Skip to content

Commit

Permalink
Allow 32 bits builds back for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
darekg11 committed Feb 6, 2019
1 parent 702e4b6 commit 47c8402
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,8 @@
{
"target": "nsis",
"arch": [
"x64"
"x64",
"ia32"
]
}
],
Expand Down

0 comments on commit 47c8402

Please sign in to comment.