mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-03 00:39:02 +00:00
Update script info json path
This commit is contained in:
@@ -97,7 +97,7 @@ ScriptBrowse::ScriptBrowse() {
|
|||||||
DisplayMsg(Lang::get("GETTING_SCRIPT_LIST"));
|
DisplayMsg(Lang::get("GETTING_SCRIPT_LIST"));
|
||||||
|
|
||||||
// Get repo info
|
// Get repo info
|
||||||
downloadToFile("https://github.com/Universal-Team/extras/raw/master/ScriptsInfo/scriptInfo.json", metaFile);
|
downloadToFile("https://github.com/Universal-Team/extras/raw/scripts/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