Commit f31ec40c authored by antoor's avatar antoor

Fixed update link and some infomations

parent eceddda3
......@@ -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()) };
......
......@@ -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",
......@@ -29,7 +29,7 @@
"type": "git",
"url": "https://github.com/antoor/antSword"
},
"debug": false,
"debug": true,
"update": {
"md5": "",
"logs": "",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment