mirror of
https://github.com/modmii/modmii.github.io.git
synced 2024-11-14 12:25:17 +01:00
v6.3.9
Fixed issue preventing hackmii installer from downloading.
This commit is contained in:
parent
66dc6fce56
commit
124c1df858
@ -9,7 +9,7 @@ if not exist support cd..
|
|||||||
::::PUSHD "%~dp0"
|
::::PUSHD "%~dp0"
|
||||||
::POPD
|
::POPD
|
||||||
|
|
||||||
set currentversion=6.3.8
|
set currentversion=6.3.9
|
||||||
set currentversioncopy=%currentversion%
|
set currentversioncopy=%currentversion%
|
||||||
set agreedversion=
|
set agreedversion=
|
||||||
|
|
||||||
@ -20473,6 +20473,7 @@ goto:NEXT
|
|||||||
|
|
||||||
::---------------HackMii Installer support\wget --no-check-certificate Download CODE-----------------------
|
::---------------HackMii Installer support\wget --no-check-certificate Download CODE-----------------------
|
||||||
:wget
|
:wget
|
||||||
|
|
||||||
::----if exist and fails md5 check, delete and redownload----
|
::----if exist and fails md5 check, delete and redownload----
|
||||||
if not exist "%Drive%"\apps\HackMii_Installer\boot.elf goto:nocheckexisting
|
if not exist "%Drive%"\apps\HackMii_Installer\boot.elf goto:nocheckexisting
|
||||||
set md5check=
|
set md5check=
|
||||||
@ -20501,11 +20502,11 @@ if /i "%AdvancedDownload%" NEQ "Y" echo "echo %name%: Valid">>temp\ModMii_Log.ba
|
|||||||
goto:alreadyhavehackmii
|
goto:alreadyhavehackmii
|
||||||
:nocheckexisting
|
:nocheckexisting
|
||||||
|
|
||||||
|
if not exist temp\%wadname% start %ModMiimin%/wait support\wget --no-check-certificate -c -l1 -r -nd --retr-symlinks -t2 -T30 --random-wait --reject "*.html" --reject "%2A" --reject "get.php@file=hackmii_installer_v1.0*" %code2%
|
||||||
|
|
||||||
|
|
||||||
if not exist temp\%wadname% start %ModMiimin%/wait support\wget --no-check-certificate -c -l1 -r -nd --retr-symlinks -t10 -T30 --random-wait --reject "*.html" --reject "%2A" --reject "get.php@file=hackmii_installer_v1.0*" %code2%*
|
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% move /y get.*.* temp\%wadname%>nul
|
|
||||||
if not exist "%Drive%"\apps\HackMii_Installer mkdir "%Drive%"\apps\HackMii_Installer
|
if not exist "%Drive%"\apps\HackMii_Installer mkdir "%Drive%"\apps\HackMii_Installer
|
||||||
support\7za e -aoa temp\%wadname% -o"%Drive%"\apps\HackMii_Installer *.%version% *.txt -r
|
support\7za e -aoa temp\%wadname% -o"%Drive%"\apps\HackMii_Installer *.%version% *.txt -r
|
||||||
support\7za e -aoa temp\%wadname% -o"%Drive%" *.%version% -r
|
support\7za e -aoa temp\%wadname% -o"%Drive%" *.%version% -r
|
||||||
@ -24362,8 +24363,8 @@ set code1=URL
|
|||||||
::set code2="http://bootmii.org/download/"
|
::set code2="http://bootmii.org/download/"
|
||||||
set code2="http://bootmii.org/download/"
|
set code2="http://bootmii.org/download/"
|
||||||
set version=elf
|
set version=elf
|
||||||
::set dlname=
|
|
||||||
set wadname=hackmii_installer_v1.2.zip
|
set wadname=hackmii_installer_v1.2.zip
|
||||||
|
::set dlname=
|
||||||
set filename=boot.elf
|
set filename=boot.elf
|
||||||
set path1=
|
set path1=
|
||||||
set md5=729eebb48f6b562b94a47a3eb0543bf4
|
set md5=729eebb48f6b562b94a47a3eb0543bf4
|
||||||
|
@ -31,7 +31,7 @@ Exit
|
|||||||
|
|
||||||
::----------------------------------------------------------
|
::----------------------------------------------------------
|
||||||
|
|
||||||
set currentversion=6.3.8
|
set currentversion=6.3.9
|
||||||
set currentversioncopy=%currentversion%
|
set currentversioncopy=%currentversion%
|
||||||
set agreedversion=
|
set agreedversion=
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user