From c7b1cbde45058a882ad1925e3fdb6204a3c7c5e9 Mon Sep 17 00:00:00 2001 From: XFlak Date: Sun, 23 Mar 2025 18:01:01 +0200 Subject: [PATCH] Add files via upload --- temp/updater.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/temp/updater.bat b/temp/updater.bat index fda3008..67b2f40 100644 --- a/temp/updater.bat +++ b/temp/updater.bat @@ -72,10 +72,10 @@ echo. call Support/subscripts/DB.bat if %currentversion% NEQ 8.0.0 goto:skip -if /i "%DBversion%" EQU "25.03.23" goto:skip +if /i "%DBversion%" EQU "25.03.24" goto:skip echo. echo Updating File Download Database (DB.bat) with minor changes... -support\wget --no-check-certificate -t 3 "https://raw.githubusercontent.com/modmii/modmii.github.io/b0f3cd5f64760472b318fc779bada72e5f2957ae/Support/subscripts/DB.bat" -O Support/subscripts/DB.bat -q --show-progress +support\wget --no-check-certificate -t 3 "https://raw.githubusercontent.com/modmii/modmii.github.io/1d74b8c460d9bd82e5a87f774a3c1954f29d1567/Support/subscripts/DB.bat" -O Support/subscripts/DB.bat -q --show-progress echo. call Support/subscripts/DB.bat :skip