Update Stable.bat

This commit is contained in:
samvaio 2016-11-30 17:34:30 +05:30 committed by GitHub
parent bbf303cdf8
commit 96cecee7ff

View File

@ -20,7 +20,7 @@ CD /D %installtemp%
::Downloads the latest version of Nadeko
ECHO Downloading Nadeko...
ECHO.
git clone -b 1.0 --recursive --depth 1 --progress https://github.com/Kwoth/NadekoBot.git >nul
git clone -b master --recursive --depth 1 --progress https://github.com/Kwoth/NadekoBot.git >nul
IF %ERRORLEVEL% EQU 128 (GOTO :giterror)
TITLE Installing NadekoBot, please wait
ECHO.