Explorar el Código

Electron version

Bob Mottram hace 7 años
padre
commit
223d0b7dcb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/freedombone-image-customise

+ 1
- 1
src/freedombone-image-customise Ver fichero

@@ -585,7 +585,7 @@ install_patchwork() {
585 585
         chroot "$rootdir" /root/npm_install.sh
586 586
     fi
587 587
 
588
-    chroot "$rootdir" npm install electron-prebuilt -g
588
+    chroot "$rootdir" npm install electron@1.7.6 -g
589 589
 
590 590
     git clone https://github.com/ssbc/patchwork $rootdir/etc/patchwork
591 591