mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-06 16:49:11 +00:00
Use the new Scripts repo.
This commit is contained in:
@@ -95,7 +95,7 @@ ScriptBrowse::ScriptBrowse() {
|
|||||||
Msg::DisplayMsg(Lang::get("GETTING_SCRIPT_LIST"));
|
Msg::DisplayMsg(Lang::get("GETTING_SCRIPT_LIST"));
|
||||||
|
|
||||||
// Get repo info
|
// Get repo info
|
||||||
downloadToFile("https://github.com/Universal-Team/extras/raw/scripts/info/scriptInfo.json", metaFile);
|
downloadToFile("https://github.com/Universal-Team/Universal-Updater-Scripts/raw/master/info/scriptInfo.json", metaFile);
|
||||||
FILE* file = fopen(metaFile, "r");
|
FILE* file = fopen(metaFile, "r");
|
||||||
if(file) infoJson = nlohmann::json::parse(file, nullptr, false);
|
if(file) infoJson = nlohmann::json::parse(file, nullptr, false);
|
||||||
fclose(file);
|
fclose(file);
|
||||||
|
|||||||
Reference in New Issue
Block a user