Skip to content

Commit

Permalink
Fixed update link and some infomations
Browse files Browse the repository at this point in the history
  • Loading branch information
antoor committed Mar 29, 2016
1 parent eceddda commit f31ec40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modules/update.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class Update {
check(localVer, callback) {
logger.debug('check', localVer);
superagent
.get('https://raw.githubusercontent.com/antoor/antSword/v1.1-dev/package.json')
.get('https://raw.githubusercontent.com/antoor/antSword/master/package.json')
.timeout(9527)
.end((err, res) => {
if (err) { return callback(false, err.toString()) };
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-0": "^6.5.0",
"electron-prebuilt": "^0.37.3",
"electron-prebuilt": "^0.37.2",
"extract-zip": "^1.5.0",
"iconv-lite": "^0.4.13",
"lib-qqwry": "^0.0.5",
Expand All @@ -29,7 +29,7 @@
"type": "git",
"url": "https://github.com/antoor/antSword"
},
"debug": false,
"debug": true,
"update": {
"md5": "",
"logs": "",
Expand Down

0 comments on commit f31ec40

Please sign in to comment.