mirror of
https://github.com/modmii/modmii.github.io.git
synced 2024-11-10 18:45:05 +01:00
6.6.1 Changelog:
-Quick bugfix
This commit is contained in:
parent
0b2571e3f3
commit
9722c9c99b
@ -9,7 +9,7 @@ if not exist support cd..
|
||||
::::PUSHD "%~dp0"
|
||||
::POPD
|
||||
|
||||
set currentversion=6.6.0
|
||||
set currentversion=6.6.1
|
||||
set currentversioncopy=%currentversion%
|
||||
set agreedversion=
|
||||
|
||||
@ -3850,7 +3850,6 @@ if /i "%fixslash%" EQU "yes" set DRIVEUTEMP=%DRIVEUTEMP:~0,-1%
|
||||
if /i "%fixslash%" EQU "yes" goto:doublecheckU
|
||||
|
||||
|
||||
|
||||
::if second char is ":" check if drive exists
|
||||
if /i "%DRIVEUTEMP:~1,1%" NEQ ":" goto:skipcheck
|
||||
if exist "%DRIVEUTEMP:~0,2%" (goto:skipcheck) else (echo.)
|
||||
@ -3859,9 +3858,10 @@ echo %DRIVEUTEMP:~0,2% doesn't exist, please try again...
|
||||
goto:DRIVEUCHANGE
|
||||
:skipcheck
|
||||
|
||||
|
||||
::try making directory, and if fails, don't use this setting
|
||||
if not exist "%DRIVETEMP%" mkdir "%DRIVETEMP%"
|
||||
if not exist "%DRIVETEMP%" (echo You Have Entered an Incorrect Key) & (@ping 127.0.0.1 -n 2 -w 1000> nul) & (goto:DRIVEUCHANGE)
|
||||
if not exist "%DRIVEUTEMP%" mkdir "%DRIVEUTEMP%"
|
||||
if not exist "%DRIVEUTEMP%" (echo You Have Entered an Incorrect Key) & (@ping 127.0.0.1 -n 2 -w 1000> nul) & (goto:DRIVEUCHANGE)
|
||||
|
||||
|
||||
set DRIVEU=%DRIVEUTEMP%
|
||||
@ -28746,7 +28746,7 @@ if /i "%RECCIOS%" EQU "Y" goto:semiskip
|
||||
if /i "%VIRGIN%" EQU "N" goto:tinyskip
|
||||
if /i "%CMIOSOPTION%" EQU "on" support\sfk echo -spat \x3cli\x3eInstall a cMIOS (can be disabled in options)\x3c/li\x3e>>"%Drive%"\%guidename%
|
||||
:semiskip
|
||||
if /i "%CMIOSOPTION%" EQU "off" support\sfk echo -spat \x3cli\x3eDo not Install a cMIOS (can be enabled in options)\x3c/li\x3e>>"%Drive%"\%guidename%
|
||||
if /i "%CMIOSOPTION%" EQU "off" support\sfk echo -spat \x3cli\x3eDo not install a cMIOS (can be enabled in options)\x3c/li\x3e>>"%Drive%"\%guidename%
|
||||
:tinyskip
|
||||
|
||||
if /i "%hermesOPTION%" EQU "off" support\sfk echo -spat \x3cli\x3eDo not install Hermes cIOSs (can be enabled in options)\x3c/li\x3e>>"%Drive%"\%guidename%
|
||||
|
@ -31,7 +31,7 @@ Exit
|
||||
|
||||
::----------------------------------------------------------
|
||||
|
||||
set currentversion=6.6.0
|
||||
set currentversion=6.6.1
|
||||
set currentversioncopy=%currentversion%
|
||||
set agreedversion=
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
::get info and return to caller UNLESS temp\currentversion.txt is detected
|
||||
@echo off
|
||||
set newversion=6.6.0
|
||||
set newversion=6.6.1
|
||||
set changelogURL=https://modmii.github.io/changelog.html
|
||||
if exist temp\currentversion.txt (set /p currentversion= <temp\currentversion.txt) else (goto:ReturnToCaller)
|
||||
title ModMiiUpdater
|
||||
|
Loading…
Reference in New Issue
Block a user