Changed catalog auto-update url to SMM repo

This commit is contained in:
Vhati 2013-08-24 13:21:03 -04:00
parent dcd46e44d0
commit 8886312c50
3 changed files with 3 additions and 1 deletions

File diff suppressed because one or more lines are too long

View file

@ -4,6 +4,7 @@ Changelog
- Added LF to CR-LF conversion for *.xml.append, *.xml, and *.txt
- Added a Validate warning for text files with LF line endings
- Fixed data loss when decoding Windows-1252 text with accented characters
- Changed catalog auto-update url from GMM's repository to SMM's
1.0:
- Changed mod list to a table with checkboxes

View file

@ -26,7 +26,7 @@ public class GrognakCatalogFetcher {
private static final Logger log = LogManager.getLogger(GrognakCatalogFetcher.class);
public static final String CATALOG_URL = "https://raw.github.com/Grognak/Grognaks-Mod-Manager/master/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";
/**