mirror of https://github.com/procxx/kepka.git
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
|
:getDependencies
|
||||||
call:logInfo "Clone dependencies repository"
|
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%
|
cd %LIB_DIR%
|
||||||
call prepare.bat
|
call prepare.bat
|
||||||
GOTO:EOF
|
GOTO:EOF
|
||||||
|
|
Loading…
Reference in New Issue