Changed url of auto_update.json
This commit is contained in:
parent
9364334d4f
commit
52b6d6ebbc
3 changed files with 5 additions and 4 deletions
|
@ -5,8 +5,8 @@
|
||||||
"version" : "1.2",
|
"version" : "1.2",
|
||||||
"urls" : {
|
"urls" : {
|
||||||
"Forum" : "http://www.ftlgame.com/forum/viewtopic.php?f=12&t=17102",
|
"Forum" : "http://www.ftlgame.com/forum/viewtopic.php?f=12&t=17102",
|
||||||
"Mac/Linux" : "N/A",
|
"Mac/Linux" : "http://sourceforge.net/projects/slipstreammodmanager/files/Slipstream/1.2/Slipstream%20Mod%20Manager%20v1.2-Unix.tar.gz/download",
|
||||||
"Windows" : "N/A"
|
"Windows" : "http://sourceforge.net/projects/slipstreammodmanager/files/Slipstream/1.2/Slipstream%20Mod%20Manager%20v1.2-Win.zip/download"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"changelog" : [
|
"changelog" : [
|
File diff suppressed because one or more lines are too long
|
@ -96,7 +96,7 @@ public class ManagerFrame extends JFrame implements ActionListener, HashObserver
|
||||||
private static final Logger log = LogManager.getLogger(ManagerFrame.class);
|
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 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 backupDir = new File( "./backup/" );
|
||||||
private File modsDir = new File( "./mods/" );
|
private File modsDir = new File( "./mods/" );
|
||||||
|
@ -837,6 +837,7 @@ public class ManagerFrame extends JFrame implements ActionListener, HashObserver
|
||||||
resultBuf.append( "No mods were checked." );
|
resultBuf.append( "No mods were checked." );
|
||||||
}
|
}
|
||||||
else if ( anyInvalid ) {
|
else if ( anyInvalid ) {
|
||||||
|
resultBuf.append( "\n" );
|
||||||
resultBuf.append( "FTL itself can tolerate lots of XML typos and still run. " );
|
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( "But malformed XML may break tools that do proper parsing, " );
|
||||||
resultBuf.append( "and it hinders the development of new tools.\n" );
|
resultBuf.append( "and it hinders the development of new tools.\n" );
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue