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 @@ - 斗鱼弹幕助手Electron版--By:ShaneX + 鱼骨-斗鱼弹幕助手 By:ShaneX diff --git a/build/index.html b/build/index.html index 80f6eec..8ffd17d 100644 --- a/build/index.html +++ b/build/index.html @@ -1,7 +1,7 @@ - 斗鱼弹幕助手Electron版--By:ShaneX + 鱼骨-斗鱼弹幕助手 By:ShaneX diff --git a/package.json b/package.json index b92e75d..48e3a65 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { - "name": "DouyuDanmuHelperElectron", + "name": "Fishbone", "version": "0.0.0", "repository": { "type": "git", "url": "git://github.com/ShaneXie/DouyuTv-Chatroom-Electron.git" }, - "author": "mainya@gmail.com", + "author": "shane369@gmail.com", "license": "MIT", "devDependencies": { "asar": "^0.7.2", @@ -22,7 +22,6 @@ }, "dependencies": { "angular-uuid": "0.0.2", - "electron-packager": "^5.2.1", "gulp-autoprefixer": "^3.1.0", "gulp-load-plugins": "^1.2.0", "gulp-minify-css": "^1.2.4",