From 7d715fdca07337ba0b502a5abe40df96da11dfa4 Mon Sep 17 00:00:00 2001 From: Alexis Svinartchouk Date: Thu, 14 Mar 2019 20:30:57 +0100 Subject: [PATCH] Disable node gyp rebuild while running electron-builder Change-type: patch --- .resinci.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.resinci.json b/.resinci.json index 601705a6..777756e2 100644 --- a/.resinci.json +++ b/.resinci.json @@ -16,7 +16,7 @@ "appId": "io.balena.etcher", "copyright": "Copyright 2016-2019 Balena Ltd", "productName": "balenaEtcher", - "nodeGypRebuild": true, + "nodeGypRebuild": false, "files": [ "!lib/gui/app", "lib/gui/app/index.html",