mirror of
https://github.com/telegramdesktop/tdesktop
synced 2024-12-11 08:54:54 +00:00
Only clone latest commit at AppVeyor (#3283)
Signed-off-by: Christoph Auer <auer.chrisi@gmx.net>
This commit is contained in:
parent
e83dd2037a
commit
f4edb7ada5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user