From 6427d270a341232467fb1133dbc87bb6f380975c Mon Sep 17 00:00:00 2001 From: XFlak Date: Sun, 15 May 2022 23:20:47 +0300 Subject: [PATCH] Add files via upload --- temp/updater.bat | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/temp/updater.bat b/temp/updater.bat index 74517c3..d6ebf9e 100644 --- a/temp/updater.bat +++ b/temp/updater.bat @@ -16,7 +16,17 @@ if exist temp\skin.txt (set updatermode=skin) else (set updatermode=classic) if %currentversion% GEQ 6.6.4 goto:skip -::if "support\nusd.exe" modmii will override version to 0.0.0 to force a full update, no need to apply patch if missing +::force redownload of old cached ARCME.zip +if not exist "temp\ARCME.zip" goto:skiparcme +::hash is for old zip, if hashes match, then rename it +support\sfk md5 -quiet -verify 4eff09f8a16ab6157edcb339bd909ed3 "temp\ARCME.zip" +if not errorlevel 1 move /y "temp\ARCME.zip" "temp\ARCME_1.0.5.zip"> nul +:skiparcme + + + + +::if "support\nusd.exe" is missing modmii will override version to 0.0.0 to force a full update, no need to apply patch if missing if not exist "support\nusd.exe" goto:skip ::if hashes match, then skip patching support\sfk md5 -quiet -verify ab70e9288c5a1da685c7174ff53763d5 "support\nusd.exe"