Skip to content

Commit b9648ab

Browse files
committed
Update default mods list URL
The default branch for the VerifiedMods repo was renamed from `master` to `main`.
1 parent 73262ca commit b9648ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

primedev/mods/autodownload/moddownloader.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ class ModDownloader
44
const char* VERIFICATION_FLAG = "-disablemodverification";
55
const char* CUSTOM_MODS_URL_FLAG = "-customverifiedurl=";
66
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";
7+
const char* DEFAULT_MODS_LIST_URL = "https://raw.githubusercontent.com/R2Northstar/VerifiedMods/main/verified-mods.json";
88
char* modsListUrl;
99

1010
struct VerifiedModVersion

0 commit comments

Comments
 (0)