Merge pull request #975 from theoddball/master

Made it so installers auto close.
This commit is contained in:
Master Kwoth 2017-01-13 15:23:42 +01:00 committed by GitHub
commit ddf909a033
2 changed files with 2 additions and 2 deletions

View File

@ -109,5 +109,5 @@ IF EXIST "%root%NadekoBot\" (GOTO :backupinstall)
RMDIR /S /Q "%installtemp%" >nul 2>&1
ECHO.
ECHO Installation complete, press any key to close this window!
PAUSE >nul 2>&1
timeout /t 5
del Latest.bat

View File

@ -109,5 +109,5 @@ IF EXIST "%root%NadekoBot\" (GOTO :backupinstall)
RMDIR /S /Q "%installtemp%" >nul 2>&1
ECHO.
ECHO Installation complete, press any key to close this window!
PAUSE >nul 2>&1
timeout /t 5
del Stable.bat