Skip to content

Commit b4e7ba7

Browse files
committed
Updated.
1 parent 1d35229 commit b4e7ba7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

electron/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "gitbook-reader-app",
2+
"name": "yet-another-gitbook-reader",
33
"version": "0.6.8",
44
"description": "Gitbook 阅读器,60天通过CCNA考试 - ccna60d.xfoss.com",
55
"main": "./build/index.js",
@@ -75,14 +75,14 @@
7575
"icon": "./assets/appIcon.png"
7676
},
7777
"nsis": {
78-
"artifactName": "Gitbook-reader-${version}-setup.${ext}"
78+
"artifactName": "Yet-another-Gitbook-Reader-${version}-setup.${ext}"
7979
},
8080
"portable": {
81-
"artifactName": "Gitbook-reader-${version}-portable.${ext}"
81+
"artifactName": "Yet-another-Gitbook-Reader-${version}-portable.${ext}"
8282
},
8383
"linux": {
8484
"target": "AppImage",
85-
"artifactName": "Gitbook-reader-${version}-${arch}.${ext}",
85+
"artifactName": "Yet-another-Gitbook-Reader-${version}-${arch}.${ext}",
8686
"icon": "./assets/appIcon.png"
8787
}
8888
},

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<head>
55
<meta charset="utf-8" />
6-
<title>Gitbook Reader</title>
6+
<title>YGR - Yet another Gitbook Reader</title>
77

88
<base href="" />
99

0 commit comments

Comments
 (0)