From 223d0b7dcb4aaf3d02c301aff4b5e8f305741e66 Mon Sep 17 00:00:00 2001
From: Bob Mottram <bob@freedombone.net>
Date: Tue, 12 Sep 2017 22:29:34 +0100
Subject: [PATCH] Electron version

---
 src/freedombone-image-customise | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/freedombone-image-customise b/src/freedombone-image-customise
index f2026c1a5..f192fe51d 100755
--- a/src/freedombone-image-customise
+++ b/src/freedombone-image-customise
@@ -585,7 +585,7 @@ install_patchwork() {
         chroot "$rootdir" /root/npm_install.sh
     fi
 
-    chroot "$rootdir" npm install electron-prebuilt -g
+    chroot "$rootdir" npm install electron@1.7.6 -g
 
     git clone https://github.com/ssbc/patchwork $rootdir/etc/patchwork
 
-- 
GitLab