From 4bcf7da2ea0a6fe54c1e28bd46c9ee46b0bb6b22 Mon Sep 17 00:00:00 2001 From: XFlak Date: Fri, 11 Oct 2024 10:19:13 +0300 Subject: [PATCH] Add files via upload update checks will download updated DB with fixed download links for bootmii sd and customize mii --- temp/updater.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/temp/updater.bat b/temp/updater.bat index e1c55a0..6a066dd 100644 --- a/temp/updater.bat +++ b/temp/updater.bat @@ -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.02.23" goto:skip +if /i "%DBversion%" EQU "24.10.11" goto:skip echo. echo Updating File Download Database (DB.bat) with minor changes to fix broken links... echo.