mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-15 13:18:40 -09:00
should build 32 and 64 bit linux builds (#851)
This commit is contained in:
parent
e7ba94fe2e
commit
428eba7258
1 changed files with 2 additions and 1 deletions
|
|
@ -41,7 +41,7 @@
|
||||||
"concurrently": "^3.0.0",
|
"concurrently": "^3.0.0",
|
||||||
"copy-webpack-plugin": "^3.0.1",
|
"copy-webpack-plugin": "^3.0.1",
|
||||||
"electron": "1.4.0",
|
"electron": "1.4.0",
|
||||||
"electron-builder": "^7.10.2",
|
"electron-builder": "^7.11.4",
|
||||||
"electron-devtools-installer": "^2.0.0",
|
"electron-devtools-installer": "^2.0.0",
|
||||||
"eslint-config-xo-react": "^0.10.0",
|
"eslint-config-xo-react": "^0.10.0",
|
||||||
"eslint-plugin-react": "^6.3.0",
|
"eslint-plugin-react": "^6.3.0",
|
||||||
|
|
@ -88,6 +88,7 @@
|
||||||
"asar": false,
|
"asar": false,
|
||||||
"extend-info": "build/Info.plist",
|
"extend-info": "build/Info.plist",
|
||||||
"linux": {
|
"linux": {
|
||||||
|
"arch": ["ia32", "x64"],
|
||||||
"target": [
|
"target": [
|
||||||
"deb",
|
"deb",
|
||||||
"AppImage"
|
"AppImage"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue