Sfoglia il codice sorgente

pack with electron v1.6.7

oldj 8 anni fa
parent
commit
d8ca8f5e29
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      gulpfile.js

+ 1 - 1
gulpfile.js

@@ -11,7 +11,7 @@
  * 也可手动从 https://github.com/electron/electron/releases 下载最新版本,放到 ~/.electron 目录下
  * 淘宝镜像:https://npm.taobao.org/mirrors/electron/
  */
-const ELECTRON_VERSION = '1.6.6'
+const ELECTRON_VERSION = '1.6.7'
 
 const fs = require('fs')
 const path = require('path')