Changed url of auto_update.json

This commit is contained in:
Vhati 2013-09-08 19:02:16 -04:00
parent 9364334d4f
commit 52b6d6ebbc
3 changed files with 5 additions and 4 deletions

View file

@ -5,8 +5,8 @@
"version" : "1.2",
"urls" : {
"Forum" : "http://www.ftlgame.com/forum/viewtopic.php?f=12&t=17102",
"Mac/Linux" : "N/A",
"Windows" : "N/A"
"Mac/Linux" : "http://sourceforge.net/projects/slipstreammodmanager/files/Slipstream/1.2/Slipstream%20Mod%20Manager%20v1.2-Unix.tar.gz/download",
"Windows" : "http://sourceforge.net/projects/slipstreammodmanager/files/Slipstream/1.2/Slipstream%20Mod%20Manager%20v1.2-Win.zip/download"
}
},
"changelog" : [

File diff suppressed because one or more lines are too long

View file

@ -96,7 +96,7 @@ public class ManagerFrame extends JFrame implements ActionListener, HashObserver
private static final Logger log = LogManager.getLogger(ManagerFrame.class);
public static final String CATALOG_URL = "https://raw.github.com/Vhati/Slipstream-Mod-Manager/master/skel_common/backup/current_catalog.json";
public static final String APP_UPDATE_URL = "https://raw.github.com/Vhati/Slipstream-Mod-Manager/master/auto_update.json";
public static final String APP_UPDATE_URL = "https://raw.github.com/Vhati/Slipstream-Mod-Manager/master/skel_common/backup/auto_update.json";
private File backupDir = new File( "./backup/" );
private File modsDir = new File( "./mods/" );
@ -837,6 +837,7 @@ public class ManagerFrame extends JFrame implements ActionListener, HashObserver
resultBuf.append( "No mods were checked." );
}
else if ( anyInvalid ) {
resultBuf.append( "\n" );
resultBuf.append( "FTL itself can tolerate lots of XML typos and still run. " );
resultBuf.append( "But malformed XML may break tools that do proper parsing, " );
resultBuf.append( "and it hinders the development of new tools.\n" );