mirror of
https://github.com/modmii/modmii.github.io.git
synced 2025-05-16 03:47:10 +02:00
ModMii Classic auto-update workarounds for 8.0.1 & 8.0.2
This commit is contained in:
parent
cc340b2dd6
commit
f0a744cd1f
@ -75,6 +75,11 @@ echo.
|
||||
|
||||
call Support/subscripts/DB.bat
|
||||
|
||||
::workaround for 8.0.1 & 8.0.2 autoupdate bug
|
||||
if /i "%updatermode%" NEQ "skin" if %currentversion% EQU 8.0.1 set debug=on
|
||||
if /i "%updatermode%" NEQ "skin" if %currentversion% EQU 8.0.2 set debug=on
|
||||
|
||||
|
||||
if %currentversion% NEQ 8.0.0 goto:skip
|
||||
if /i "%DBversion%" EQU "25.03.24" goto:skip
|
||||
echo.
|
||||
@ -236,7 +241,8 @@ set newversion=7.0.3
|
||||
|
||||
if not exist temp\currentversion.txt goto:ReturnToCaller
|
||||
|
||||
|
||||
::workaround for 8.0.1 & 8.0.2 autoupdate bug (reversal)
|
||||
set debug=
|
||||
|
||||
setlocal
|
||||
chcp 437>nul
|
||||
|
Loading…
x
Reference in New Issue
Block a user