Skip to content

Commit 85ff68b

Browse files
oguzeroglumerge-me[bot]
authored andcommitted
feat(project): do not build for linux 32bit platforms
1 parent 044e1c0 commit 85ff68b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: electron-builder.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"target": [
2828
{
2929
"target": "tar.gz",
30-
"arch": [ "x64", "ia32" ]
30+
"arch": [ "x64" ]
3131
}
3232
]
3333
},
@@ -59,4 +59,4 @@
5959
"mimeType": "application/cmmn"
6060
}
6161
]
62-
}
62+
}

0 commit comments

Comments
 (0)