Add files via upload

This commit is contained in:
XFlak 2024-10-14 16:57:08 +03:00 committed by GitHub
parent f6f1f7349c
commit 86d2e74f79
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,7 @@ if exist temp\skin.txt (set updatermode=skin) else (set updatermode=classic)
::remove
if %currentversion% NEQ 7.0.2 goto:skip
if /i "%DBversion%" EQU "24.10.11" goto:skip
if /i "%DBversion%" EQU "24.10.14" goto:skip
echo.
echo Updating File Download Database (DB.bat) with minor changes to fix broken links...
echo.
@ -129,6 +129,20 @@ support\7za2 x %UPDATENAME%.zip -aoa
del %UPDATENAME%.zip>nul
del support\7za2.exe>nul
if %currentversion% GEQ 7.0.4 goto:skip
::check for legacy d2x-beta.bat's, if "legacy" found no need for further checks
if not exist support\d2x-beta goto:skip
findStr "legacy" "support\d2x-beta\d2x-beta.bat" >nul
IF ERRORLEVEL 1 goto:skip
rd /s /q support\d2x-beta
echo.
echo d2x cIOS version restored to default but you can change it again in Options
echo.
@ping 127.0.0.1 -n 2 -w 1000> nul
:skip
::patch now too instead of later
::skip patches...
goto:SkipPatches