Skip to content

Commit

Permalink
got a fancy name
Browse files Browse the repository at this point in the history
  • Loading branch information
axe-me committed Feb 26, 2016
1 parent b408447 commit 1c86ece
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'];
Expand All @@ -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'
}
}
}))
Expand Down
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion app/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en" ng-app="app">
<head>
<title>斗鱼弹幕助手Electron版--By:ShaneX</title>
<title>鱼骨-斗鱼弹幕助手 By:ShaneX</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="">
Expand Down
2 changes: 1 addition & 1 deletion build/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en" ng-app="app">
<head>
<title>斗鱼弹幕助手Electron版--By:ShaneX</title>
<title>鱼骨-斗鱼弹幕助手 By:ShaneX</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="">
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 1c86ece

Please sign in to comment.