Revert "try to build windows zip as 64/32 bit"

This reverts commit 34e811a38d.
pull/276/head
Mikael Finstad 6 years ago
parent 7a46e74060
commit 5db672c9cf

@ -124,14 +124,14 @@
"artifactName": "${productName}-${os}-${arch}.${ext}", "artifactName": "${productName}-${os}-${arch}.${ext}",
"target": [ "target": [
{ {
"target": "portable" "target": "portable",
},
{
"target": "zip",
"arch": [ "arch": [
"x64", "x64",
"ia32" "ia32"
] ]
},
{
"target": "zip"
} }
], ],
"extraResources": [ "extraResources": [

Loading…
Cancel
Save