From 10c6c18d57fa211102f33db668395035a6b86ab5 Mon Sep 17 00:00:00 2001 From: XFlak Date: Mon, 14 Apr 2025 20:03:59 +0300 Subject: [PATCH] 8.0.2 Changes: - Updated download links for Hackmii Installer 1.2 and 1.0 in-line with changes made to the bootmii.org website. - Fixed bug where File Cleanup path would sometimes revert to previously set Drive Letter setting. --- Support/ModMii.bat | 16 ++++++---------- Support/ModMiiSkin.bat | 2 +- Support/subscripts/DB.bat | 6 +++--- temp/updater.bat | 2 +- 4 files changed, 11 insertions(+), 15 deletions(-) diff --git a/Support/ModMii.bat b/Support/ModMii.bat index 4c62aa3..d8a0e26 100644 --- a/Support/ModMii.bat +++ b/Support/ModMii.bat @@ -24,7 +24,7 @@ chcp 437>nul ::::PUSHD "%~dp0" ::POPD -set currentversion=8.0.1 +set currentversion=8.0.2 set d2x-bundled=11-beta3 set currentversioncopy=%currentversion% set agreedversion= @@ -9812,6 +9812,7 @@ set DB=N ::--followup-- IF "%Drive%"=="" set Drive=COPY_TO_SD IF "%DriveU%"=="" set DriveU=COPY_TO_USB +set "DRIVErestore= if /i "%cmdlinemode%" NEQ "Y" set USBCONFIG= ::set USBCONFIG= @@ -30298,22 +30299,17 @@ if exist index.html del index.html>nul ::if not exist temp\%wadname% support\wget --no-check-certificate -c -l1 -r -nd --retr-symlinks -t2 -T30 --random-wait --reject "*.html" --reject "index.html.tmp" --reject "%2A" --reject "get.php@file=hackmii_installer_v1.0*" %code2% -q --show-progress -if not exist temp\%wadname% support\wget --no-check-certificate -c -l1 -r -nd --retr-symlinks -t2 -T30 --random-wait --reject html,tmp --accept-regex ".*hackmii_installer_v1\.%name:~-1%.*" %code2% -q --show-progress - -if not exist temp\%wadname% move /y "get.php@file=%wadname%*" temp\%wadname%>nul -if exist get.* del /f /q get.* +if not exist temp\%wadname% support\wget --no-check-certificate -t 3 %code2% -O temp\%wadname% -q --show-progress if not exist "%Drive%"\%path1% mkdir "%Drive%"\%path1% -support\7za e -aoa temp\%wadname% -o"%Drive%"\%path1% *.%version% *.txt -r -support\7za e -aoa temp\%wadname% -o"%Drive%" *.%version% -r +if exist temp\%wadname% support\7za e -aoa temp\%wadname% -o"%Drive%"\%path1% *.%version% *.txt -r +if exist temp\%wadname% support\7za e -aoa temp\%wadname% -o"%Drive%" *.%version% -r ::disabled extracting outdated wiiload.exe ::support\7za e -aoa temp\%wadname% -o"temp" wiiload.exe -r ::get custom icon and meta.xml -if not exist "temp\%zipname%" support\wget --no-check-certificate %code3% -q --show-progress - -if exist "%zipname%" move /y "%zipname%" "temp\%zipname%">nul +if not exist "temp\%zipname%" support\wget --no-check-certificate %code3% -O temp\%zipname% -q --show-progress if exist "temp\%zipname%" support\7za e -aoa "temp\%zipname%" -o"%Drive%"\%path1% * -r if /i "%name%" NEQ "Hackmii Installer v1.0" goto:skip diff --git a/Support/ModMiiSkin.bat b/Support/ModMiiSkin.bat index c65ed46..0287d9d 100644 --- a/Support/ModMiiSkin.bat +++ b/Support/ModMiiSkin.bat @@ -43,7 +43,7 @@ Exit ::---------------------------------------------------------- -set currentversion=8.0.1 +set currentversion=8.0.2 if exist Support\settings.bat call Support\settings.bat set d2x-bundled=11-beta3 set d2x-beta-rev=%d2x-bundled% diff --git a/Support/subscripts/DB.bat b/Support/subscripts/DB.bat index 9e217dc..1fefa2b 100644 --- a/Support/subscripts/DB.bat +++ b/Support/subscripts/DB.bat @@ -1,4 +1,4 @@ -set DBversion=25.04.10 +set DBversion=25.04.14 if "%CurrentDLNAME%"=="" goto:DBend call "Support\subscripts\ClearDB.bat" goto:%CurrentDLNAME% @@ -2531,7 +2531,7 @@ goto:DBend :HM set name=HackMii Installer v1.2 set code1=URL -set code2="https://bootmii.org/download/" +set code2="https://bootmii.org/hackmii_installer_v1.2.zip" set version=elf set wadname=hackmii_installer_v1.2.zip set filename=boot.elf @@ -2545,7 +2545,7 @@ goto:DBend :HMOld set name=HackMii Installer v1.0 set code1=URL -set code2="https://bootmii.org/download/" +set code2="https://bootmii.org/hackmii_installer_v1.0.zip" set version=elf set wadname=hackmii_installer_v1.0.zip set filename=boot.elf diff --git a/temp/updater.bat b/temp/updater.bat index 67176a2..b6e1b62 100644 --- a/temp/updater.bat +++ b/temp/updater.bat @@ -1,6 +1,6 @@ ::get info and return to caller UNLESS temp\currentversion.txt is detected, not currentversionInfo.txt @echo off -set newversion=8.0.1 +set newversion=8.0.2 set changelogURL=https://modmii.github.io/changelog.html set "wabmplast=%wabmp%"