Skip to content

Commit

Permalink
Update link for verified mods JSON file (R2Northstar#600)
Browse files Browse the repository at this point in the history
File was moved with R2Northstar/VerifiedMods#8
  • Loading branch information
GeckoEidechse authored Nov 17, 2023
1 parent bb822b7 commit 407bcc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NorthstarDLL/mods/autodownload/moddownloader.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 407bcc7

Please sign in to comment.