We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73262ca commit b9648abCopy full SHA for b9648ab
primedev/mods/autodownload/moddownloader.h
@@ -4,7 +4,7 @@ class ModDownloader
4
const char* VERIFICATION_FLAG = "-disablemodverification";
5
const char* CUSTOM_MODS_URL_FLAG = "-customverifiedurl=";
6
const char* STORE_URL = "https://gcdn.thunderstore.io/live/repository/packages/";
7
- const char* DEFAULT_MODS_LIST_URL = "https://raw.githubusercontent.com/R2Northstar/VerifiedMods/master/verified-mods.json";
+ const char* DEFAULT_MODS_LIST_URL = "https://raw.githubusercontent.com/R2Northstar/VerifiedMods/main/verified-mods.json";
8
char* modsListUrl;
9
10
struct VerifiedModVersion
0 commit comments