Add files via upload

Update checks will update DB.bat with some updated links:
Bootmii SD Files
WiiMC-SS
Open Homebrew Channel WAD (old link still working but updated anyway just in case)
This commit is contained in:
XFlak 2024-02-23 18:08:50 +02:00 committed by GitHub
parent f9128c3226
commit b767441226
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 10 additions and 0 deletions

View File

@ -14,6 +14,16 @@ if "%currentversion%"=="" set currentversion=6.6.3
if exist temp\currentversionInfo.txt set /p currentversion= <temp\currentversionInfo.txt
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
echo.
echo Updating File Download Database (DB.bat) with minor changes to fix broken links...
echo.
start /min /wait support\wget --no-check-certificate -t 3 "https://raw.githubusercontent.com/modmii/modmii.github.io/master/Support/subscripts/DB.bat" -O Support/subscripts/DB.bat
:skip
if %currentversion% GEQ 6.6.4 goto:skip
::force redownload of old cached ARCME.zip