mirror of
https://github.com/modmii/modmii.github.io.git
synced 2024-12-26 16:11:56 +01:00
v6.4.5: updated bundled version of wget to v1.19.4 and some minor tweaks to keep things up and running
This commit is contained in:
parent
d76095c680
commit
40ebdb13c2
@ -9,7 +9,7 @@ if not exist support cd..
|
|||||||
::::PUSHD "%~dp0"
|
::::PUSHD "%~dp0"
|
||||||
::POPD
|
::POPD
|
||||||
|
|
||||||
set currentversion=6.4.4
|
set currentversion=6.4.5
|
||||||
set currentversioncopy=%currentversion%
|
set currentversioncopy=%currentversion%
|
||||||
set agreedversion=
|
set agreedversion=
|
||||||
|
|
||||||
@ -20506,7 +20506,7 @@ 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 -t2 -T30 --random-wait --reject "*.html" --reject "index.html.tmp" --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 not exist temp\%wadname% move /y "get.php@file=%wadname%*" temp\%wadname%>nul
|
||||||
@ -21131,7 +21131,8 @@ if /i "%SkinMode%" EQU "Y" start support\wizapp PB UPDATE 15
|
|||||||
|
|
||||||
echo Downloading Autoit
|
echo Downloading Autoit
|
||||||
if exist temp\autoit3.exe goto:AlreadyinTemp
|
if exist temp\autoit3.exe goto:AlreadyinTemp
|
||||||
if not exist autoit-v3.zip start %ModMiimin%/wait support\wget --no-check-certificate -t 3 http://www.autoitscript.com/cgi-bin/getfile.pl?autoit3/autoit-v3.zip
|
if not exist autoit-v3.zip start %ModMiimin%/wait support\wget --content-disposition --no-check-certificate -t 3 http://www.autoitscript.com/cgi-bin/getfile.pl?autoit3/autoit-v3.zip
|
||||||
|
|
||||||
if exist autoit-v3.zip support\7za e -aoa autoit-v3.zip -otemp autoit3.exe -r
|
if exist autoit-v3.zip support\7za e -aoa autoit-v3.zip -otemp autoit3.exe -r
|
||||||
if exist autoit-v3.zip del autoit-v3.zip>nul
|
if exist autoit-v3.zip del autoit-v3.zip>nul
|
||||||
if not exist temp\autoit3.exe goto:sneekwarning
|
if not exist temp\autoit3.exe goto:sneekwarning
|
||||||
|
@ -31,7 +31,7 @@ Exit
|
|||||||
|
|
||||||
::----------------------------------------------------------
|
::----------------------------------------------------------
|
||||||
|
|
||||||
set currentversion=6.4.4
|
set currentversion=6.4.5
|
||||||
set currentversioncopy=%currentversion%
|
set currentversioncopy=%currentversion%
|
||||||
set agreedversion=
|
set agreedversion=
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user