mirror of
https://github.com/modmii/modmii.github.io.git
synced 2024-11-10 18:45:05 +01:00
Add files via upload
This commit is contained in:
parent
470477dc72
commit
6427d270a3
@ -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 %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 not exist "support\nusd.exe" goto:skip
|
||||||
::if hashes match, then skip patching
|
::if hashes match, then skip patching
|
||||||
support\sfk md5 -quiet -verify ab70e9288c5a1da685c7174ff53763d5 "support\nusd.exe"
|
support\sfk md5 -quiet -verify ab70e9288c5a1da685c7174ff53763d5 "support\nusd.exe"
|
||||||
|
Loading…
Reference in New Issue
Block a user