diff options
author | GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> | 2023-11-17 22:06:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-17 22:06:03 +0100 |
commit | 407bcc764731cae00e29c6a00d23ec01fb588d0b (patch) | |
tree | e7d04fe6fae13b6e4ca91a2451bd9037130f53c7 /NorthstarDLL/mods | |
parent | bb822b7638d5ae9bc4499ff76edc74f3741e6518 (diff) | |
download | NorthstarLauncher-407bcc764731cae00e29c6a00d23ec01fb588d0b.tar.gz NorthstarLauncher-407bcc764731cae00e29c6a00d23ec01fb588d0b.zip |
Update link for verified mods JSON file (#600)v1.20.1-rc4
File was moved with https://github.com/R2Northstar/VerifiedMods/pull/8
Diffstat (limited to 'NorthstarDLL/mods')
-rw-r--r-- | NorthstarDLL/mods/autodownload/moddownloader.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/NorthstarDLL/mods/autodownload/moddownloader.h b/NorthstarDLL/mods/autodownload/moddownloader.h index edaf090b..ae4f603a 100644 --- a/NorthstarDLL/mods/autodownload/moddownloader.h +++ b/NorthstarDLL/mods/autodownload/moddownloader.h @@ -4,7 +4,7 @@ class ModDownloader const char* VERIFICATION_FLAG = "-disablemodverification"; const char* CUSTOM_MODS_URL_FLAG = "-customverifiedurl="; const char* STORE_URL = "https://gcdn.thunderstore.io/live/repository/packages/"; - const char* DEFAULT_MODS_LIST_URL = "https://raw.githubusercontent.com/R2Northstar/VerifiedMods/master/mods.json"; + const char* DEFAULT_MODS_LIST_URL = "https://raw.githubusercontent.com/R2Northstar/VerifiedMods/master/verified-mods.json"; char* modsListUrl; struct VerifiedModVersion @@ -83,7 +83,7 @@ class ModDownloader * The Northstar auto-downloading feature does NOT allow automatically installing * all mods for various (notably security) reasons; mods that are candidate to * auto-downloading are rather listed on a GitHub repository - * (https://raw.githubusercontent.com/R2Northstar/VerifiedMods/master/mods.json), + * (https://raw.githubusercontent.com/R2Northstar/VerifiedMods/master/verified-mods.json), * which this method gets via a HTTP call to load into local state. * * If list fetching fails, local mods list will be initialized as empty, thus |