mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -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",
|
||||
"copy-webpack-plugin": "^3.0.1",
|
||||
"electron": "1.4.0",
|
||||
"electron-builder": "^7.10.2",
|
||||
"electron-builder": "^7.11.4",
|
||||
"electron-devtools-installer": "^2.0.0",
|
||||
"eslint-config-xo-react": "^0.10.0",
|
||||
"eslint-plugin-react": "^6.3.0",
|
||||
|
|
@ -88,6 +88,7 @@
|
|||
"asar": false,
|
||||
"extend-info": "build/Info.plist",
|
||||
"linux": {
|
||||
"arch": ["ia32", "x64"],
|
||||
"target": [
|
||||
"deb",
|
||||
"AppImage"
|
||||
|
|
|
|||
Loading…
Reference in a new issue