Only clone latest commit at AppVeyor (#3283)

Signed-off-by: Christoph Auer <auer.chrisi@gmx.net>
This commit is contained in:
Christoph 2017-04-18 11:47:19 +02:00 committed by GitHub
parent e83dd2037a
commit f4edb7ada5
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ GOTO:EOF
:getDependencies
call:logInfo "Clone dependencies repository"
git clone -q --branch=master https://github.com/telegramdesktop/dependencies_windows.git %LIB_DIR%
git clone -q --depth 1 --branch=master https://github.com/telegramdesktop/dependencies_windows.git %LIB_DIR%
cd %LIB_DIR%
call prepare.bat
GOTO:EOF