From 126a46ffd70910f9964b2baa3adb386c38969161 Mon Sep 17 00:00:00 2001 From: SuperSaiyajinStackZ <47382115+SuperSaiyajinStackZ@users.noreply.github.com> Date: Mon, 17 Feb 2020 19:41:50 +0100 Subject: [PATCH] Use the new Scripts repo. --- source/screens/scriptBrowse.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/screens/scriptBrowse.cpp b/source/screens/scriptBrowse.cpp index 07cc3e9..b206366 100644 --- a/source/screens/scriptBrowse.cpp +++ b/source/screens/scriptBrowse.cpp @@ -95,7 +95,7 @@ ScriptBrowse::ScriptBrowse() { Msg::DisplayMsg(Lang::get("GETTING_SCRIPT_LIST")); // 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"); if(file) infoJson = nlohmann::json::parse(file, nullptr, false); fclose(file);