From 428eba7258d83daa015b7fca3547c8990b3d2a5f Mon Sep 17 00:00:00 2001 From: Phred Date: Fri, 14 Oct 2016 13:58:50 -0500 Subject: [PATCH] should build 32 and 64 bit linux builds (#851) --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 338ca249..4cf0d26c 100644 --- a/package.json +++ b/package.json @@ -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"