Commit e0a3d8fc98c17511ce174fb697bb8c117b8de5e1
use non-hardcoded build script, as in patchbay (#513)
Dominic Tarr authored on 4/19/2017, 11:09:51 AMMikey committed on 4/19/2017, 11:09:51 AM
Parent: 4f3d3124582dd4e1192496ba758c6c7b94403ac1
Files changed
package.json | changed |
package.json | ||
---|---|---|
@@ -8,9 +8,9 @@ | ||
8 | 8 … | "scripts": { |
9 | 9 … | "test": "echo \"Error: no test specified\" && exit 1", |
10 | 10 … | "start": "electron index.js", |
11 | 11 … | "postinstall": "npm run rebuild", |
12 | - "rebuild": "npm rebuild --runtime=electron --target=1.4.3 --abi=50 --disturl=https://atom.io/download/atom-shell" | |
12 … | + "rebuild": "npm rebuild --runtime=electron --target=$(electron -v) --abi=$(electron --abi) --disturl=https://atom.io/download/atom-shell" | |
13 | 13 … | }, |
14 | 14 … | "author": "Secure Scuttlebutt Consortium", |
15 | 15 … | "license": "GPL-3.0", |
16 | 16 … | "dependencies": { |
@@ -67,4 +67,5 @@ | ||
67 | 67 … | "devDependencies": { |
68 | 68 … | "electron": "~1.4.4" |
69 | 69 … | } |
70 | 70 … | } |
71 … | + |
Built with git-ssb-web