diff --git a/Gulpfile.js b/Gulpfile.js index b273b2d..330f802 100644 --- a/Gulpfile.js +++ b/Gulpfile.js @@ -85,7 +85,7 @@ gulp.task('clean-dist', function (callback) { return projectDir.cwd('./dist').dirAsync('.', { empty: true }); }); -gulp.task('dist', ['clean-cache', 'clean-dist'], function () { +gulp.task('dist', ['build', 'clean-cache', 'clean-dist'], function () { //platforms Support //['darwin','win32','linux','darwin-x64','linux-ia32','linux-x64','win32-ia32','win64-64'] var platforms = ['win32-ia32', 'darwin-x64', 'linux-ia32']; @@ -110,7 +110,7 @@ gulp.task('dist', ['clean-cache', 'clean-dist'], function () { "version-string": packageJson.version, "file-version": packageJson.version, "product-version": packageJson.version, - "icon": 'icon.ico' + 'icon': 'icon.ico' } } })) diff --git a/Readme.md b/Readme.md index 77887d6..f16b823 100644 --- a/Readme.md +++ b/Readme.md @@ -1,5 +1,5 @@ -# Douyu Chatroom Electron Cross-platform App -## 斗鱼弹幕助手[Electron版] +# Fishbone Douyu Chatroom Helper +## 鱼骨---斗鱼弹幕助手[跨平台版] This application is built with Angular JS and Github Electron. diff --git a/app/index.html b/app/index.html index 3d4327f..b3c5c5c 100644 --- a/app/index.html +++ b/app/index.html @@ -1,7 +1,7 @@
-