Changed catalog auto-update url to SMM repo
This commit is contained in:
parent
dcd46e44d0
commit
8886312c50
3 changed files with 3 additions and 1 deletions
1
skel_common/backup/current_catalog.json
Normal file
1
skel_common/backup/current_catalog.json
Normal file
File diff suppressed because one or more lines are too long
|
@ -4,6 +4,7 @@ Changelog
|
||||||
- Added LF to CR-LF conversion for *.xml.append, *.xml, and *.txt
|
- Added LF to CR-LF conversion for *.xml.append, *.xml, and *.txt
|
||||||
- Added a Validate warning for text files with LF line endings
|
- Added a Validate warning for text files with LF line endings
|
||||||
- Fixed data loss when decoding Windows-1252 text with accented characters
|
- 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:
|
1.0:
|
||||||
- Changed mod list to a table with checkboxes
|
- Changed mod list to a table with checkboxes
|
||||||
|
|
|
@ -26,7 +26,7 @@ public class GrognakCatalogFetcher {
|
||||||
|
|
||||||
private static final Logger log = LogManager.getLogger(GrognakCatalogFetcher.class);
|
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";
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue