Skip to content

Commit f31ec40

Browse files
committed
Fixed update link and some infomations
1 parent eceddda commit f31ec40

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

modules/update.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class Update {
5454
check(localVer, callback) {
5555
logger.debug('check', localVer);
5656
superagent
57-
.get('https://raw.githubusercontent.com/antoor/antSword/v1.1-dev/package.json')
57+
.get('https://raw.githubusercontent.com/antoor/antSword/master/package.json')
5858
.timeout(9527)
5959
.end((err, res) => {
6060
if (err) { return callback(false, err.toString()) };

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"babel-loader": "^6.2.4",
99
"babel-preset-es2015": "^6.6.0",
1010
"babel-preset-stage-0": "^6.5.0",
11-
"electron-prebuilt": "^0.37.3",
11+
"electron-prebuilt": "^0.37.2",
1212
"extract-zip": "^1.5.0",
1313
"iconv-lite": "^0.4.13",
1414
"lib-qqwry": "^0.0.5",
@@ -29,7 +29,7 @@
2929
"type": "git",
3030
"url": "https://github.com/antoor/antSword"
3131
},
32-
"debug": false,
32+
"debug": true,
3333
"update": {
3434
"md5": "",
3535
"logs": "",

0 commit comments

Comments
 (0)