Parcourir la source

pack with electron v1.6.7

oldj il y a 8 ans
Parent
commit
d8ca8f5e29
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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')