Merge pull request #975 from theoddball/master
Made it so installers auto close.
This commit is contained in:
commit
ddf909a033
@ -109,5 +109,5 @@ IF EXIST "%root%NadekoBot\" (GOTO :backupinstall)
|
|||||||
RMDIR /S /Q "%installtemp%" >nul 2>&1
|
RMDIR /S /Q "%installtemp%" >nul 2>&1
|
||||||
ECHO.
|
ECHO.
|
||||||
ECHO Installation complete, press any key to close this window!
|
ECHO Installation complete, press any key to close this window!
|
||||||
PAUSE >nul 2>&1
|
timeout /t 5
|
||||||
del Latest.bat
|
del Latest.bat
|
||||||
|
@ -109,5 +109,5 @@ IF EXIST "%root%NadekoBot\" (GOTO :backupinstall)
|
|||||||
RMDIR /S /Q "%installtemp%" >nul 2>&1
|
RMDIR /S /Q "%installtemp%" >nul 2>&1
|
||||||
ECHO.
|
ECHO.
|
||||||
ECHO Installation complete, press any key to close this window!
|
ECHO Installation complete, press any key to close this window!
|
||||||
PAUSE >nul 2>&1
|
timeout /t 5
|
||||||
del Stable.bat
|
del Stable.bat
|
||||||
|
Loading…
Reference in New Issue
Block a user