File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 ( ) ) } ;
Original file line number Diff line number Diff line change 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" ,
2929 "type" : " git" ,
3030 "url" : " https://github.com/antoor/antSword"
3131 },
32- "debug" : false ,
32+ "debug" : true ,
3333 "update" : {
3434 "md5" : " " ,
3535 "logs" : " " ,
You can’t perform that action at this time.
0 commit comments