mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-06 16:49:11 +00:00
Fix U-U not displayin' progress on self update.
This commit is contained in:
@@ -895,7 +895,7 @@ void UpdateAction() {
|
|||||||
|
|
||||||
if (ScriptUtils::downloadRelease("Universal-Team/Universal-Updater", (is3DSX ? "Universal-Updater.3dsx" : "Universal-Updater.cia"),
|
if (ScriptUtils::downloadRelease("Universal-Team/Universal-Updater", (is3DSX ? "Universal-Updater.3dsx" : "Universal-Updater.cia"),
|
||||||
(is3DSX ? _3dsxPath : "sdmc:/Universal-Updater.cia"),
|
(is3DSX ? _3dsxPath : "sdmc:/Universal-Updater.cia"),
|
||||||
false, Lang::get("DONLOADING_UNIVERSAL_UPDATER")) == 0) {
|
false, Lang::get("DONLOADING_UNIVERSAL_UPDATER"), true) == 0) {
|
||||||
|
|
||||||
if (is3DSX) {
|
if (is3DSX) {
|
||||||
Msg::waitMsg(Lang::get("UPDATE_DONE"));
|
Msg::waitMsg(Lang::get("UPDATE_DONE"));
|
||||||
@@ -903,8 +903,8 @@ void UpdateAction() {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
ScriptUtils::installFile("sdmc:/Universal-Updater.cia", false, Lang::get("INSTALL_UNIVERSAL_UPDATER"));
|
ScriptUtils::installFile("sdmc:/Universal-Updater.cia", false, Lang::get("INSTALL_UNIVERSAL_UPDATER"), true);
|
||||||
ScriptUtils::removeFile("sdmc:/Universal-Updater.cia", Lang::get("DELETE_UNNEEDED_FILE"));
|
ScriptUtils::removeFile("sdmc:/Universal-Updater.cia", Lang::get("DELETE_UNNEEDED_FILE"), true);
|
||||||
Msg::waitMsg(Lang::get("UPDATE_DONE"));
|
Msg::waitMsg(Lang::get("UPDATE_DONE"));
|
||||||
exiting = true;
|
exiting = true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user