mirror of
https://github.com/vale981/tdesktop
synced 2025-03-05 09:41:41 -05:00
Fix appveyor build.
This commit is contained in:
parent
dc27bfff2d
commit
996bd942eb
1 changed files with 5 additions and 0 deletions
|
@ -27,7 +27,12 @@ GOTO:EOF
|
||||||
call:logInfo "Clone dependencies repository"
|
call:logInfo "Clone dependencies repository"
|
||||||
git clone -q --depth 1 --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%
|
||||||
|
|
||||||
git clone https://github.com/ericniebler/range-v3
|
git clone https://github.com/ericniebler/range-v3
|
||||||
|
cd range-v3
|
||||||
|
git checkout 0.5.0
|
||||||
|
cd ..
|
||||||
|
|
||||||
if exist prepare.bat (
|
if exist prepare.bat (
|
||||||
call prepare.bat
|
call prepare.bat
|
||||||
) else (
|
) else (
|
||||||
|
|
Loading…
Add table
Reference in a new issue