feat(win): win 32bit build

Fix #18
This commit is contained in:
Alexey Kasyanchuk
2018-03-25 06:23:32 +03:00
parent c549e6b266
commit d353edc56f
2 changed files with 21 additions and 0 deletions

View File

@ -45,6 +45,15 @@
"from": "./imports/win",
"to": "."
}
],
"target": [
{
"target": "nsis",
"arch": [
"x64",
"ia32"
]
}
]
},
"linux": {