浏览代码

Electron version

Bob Mottram 8 年前
父节点
当前提交
223d0b7dcb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/freedombone-image-customise

+ 1
- 1
src/freedombone-image-customise 查看文件

585
         chroot "$rootdir" /root/npm_install.sh
585
         chroot "$rootdir" /root/npm_install.sh
586
     fi
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
     git clone https://github.com/ssbc/patchwork $rootdir/etc/patchwork
590
     git clone https://github.com/ssbc/patchwork $rootdir/etc/patchwork
591
 
591