Browse Source

build: do not build 32bit binaries any longer

master
jamaljsr 5 years ago
parent
commit
d05076757e
  1. 8
      .electronbuildrc

8
.electronbuildrc

@ -9,7 +9,7 @@
}, },
"mac": { "mac": {
"category": "public.app-category.utilities", "category": "public.app-category.utilities",
"target": ["dmg", "zip"] "target": ["dmg"]
}, },
"dmg": { "dmg": {
"contents": [ "contents": [
@ -29,7 +29,7 @@
"target": [ "target": [
{ {
"target": "nsis", "target": "nsis",
"arch": ["x64", "ia32"] "arch": ["x64"]
} }
] ]
}, },
@ -37,11 +37,11 @@
"target": [ "target": [
{ {
"target": "deb", "target": "deb",
"arch": ["x64", "ia32"] "arch": ["x64"]
}, },
{ {
"target": "AppImage", "target": "AppImage",
"arch": ["x64", "ia32"] "arch": ["x64"]
} }
], ],
"category": "Development" "category": "Development"

Loading…
Cancel
Save