fix(linux): 32bit linux builds #21

This commit is contained in:
Alexey Kasyanchuk
2018-03-29 23:38:03 +03:00
parent d5789714a6
commit 7952c283ef
2 changed files with 33 additions and 3 deletions

View File

@ -59,9 +59,27 @@
"linux": {
"category": "Network",
"target": [
"AppImage",
"rpm",
"deb"
{
"target": "AppImage",
"arch": [
"x64",
"ia32"
]
},
{
"target": "rpm",
"arch": [
"x64",
"ia32"
]
},
{
"target": "deb",
"arch": [
"x64",
"ia32"
]
}
],
"extraFiles": [
{