From 556e541278767d266d1b7463bca419b74b3a445a Mon Sep 17 00:00:00 2001 From: Tom Kirkpatrick Date: Tue, 19 Jun 2018 11:32:45 +0200 Subject: [PATCH] build: do not build grpc-node from source grpc-node provides node bindings that are specifically targeted towards electron. Make use of these rather than force compiling grpc on install. See https://github.com/LN-Zap/zap-desktop/issues/420 --- app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/package.json b/app/package.json index 0a79d584..170d1081 100644 --- a/app/package.json +++ b/app/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/LN-Zap/zap-desktop" }, "scripts": { - "postinstall": "npm rebuild --runtime=electron --target=2.0.2 --disturl=https://atom.io/download/atom-shell --build-from-source" + "postinstall": "npm rebuild --runtime=electron --target=2.0.2 --disturl=https://atom.io/download/electron" }, "license": "MIT", "dependencies": {