mirror of
https://github.com/modmii/modmii.github.io.git
synced 2024-11-15 04:45:12 +01:00
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:
parent
f9128c3226
commit
b767441226
@ -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\currentversionInfo.txt set /p currentversion= <temp\currentversionInfo.txt
|
||||||
if exist temp\skin.txt (set updatermode=skin) else (set updatermode=classic)
|
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
|
if %currentversion% GEQ 6.6.4 goto:skip
|
||||||
|
|
||||||
::force redownload of old cached ARCME.zip
|
::force redownload of old cached ARCME.zip
|
||||||
|
Loading…
Reference in New Issue
Block a user