From 3cfa6988abee5eae209e9a5252e638ed8f3accc0 Mon Sep 17 00:00:00 2001 From: Lorenzo Alberto Maria Ambrosi Date: Wed, 13 Mar 2019 20:10:55 +0100 Subject: [PATCH 1/2] Update build scripts Changelog-entry: Update build scripts Change-type: patch Signed-off-by: Lorenzo Alberto Maria Ambrosi --- scripts/resin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/resin b/scripts/resin index c95db735..61ba2663 160000 --- a/scripts/resin +++ b/scripts/resin @@ -1 +1 @@ -Subproject commit c95db735919edb9ab9f0d454468f01c818f72281 +Subproject commit 61ba26632b335e01c62a0f4a6a827d489062c5c5 From 7d715fdca07337ba0b502a5abe40df96da11dfa4 Mon Sep 17 00:00:00 2001 From: Alexis Svinartchouk Date: Thu, 14 Mar 2019 20:30:57 +0100 Subject: [PATCH 2/2] 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",