diff --git a/modules/update.js b/modules/update.js index ae4a2c29..b9691b64 100644 --- a/modules/update.js +++ b/modules/update.js @@ -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()) }; diff --git a/package.json b/package.json index acbad437..2bbb32e3 100644 --- a/package.json +++ b/package.json @@ -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": "",