diff --git a/.appveyor/install.bat b/.appveyor/install.bat index fa5ba7589..cde8967f3 100644 --- a/.appveyor/install.bat +++ b/.appveyor/install.bat @@ -27,7 +27,7 @@ GOTO:EOF call:logInfo "Clone dependencies repository" git clone -q --depth 1 --branch=master https://github.com/telegramdesktop/dependencies_windows.git %LIB_DIR% cd %LIB_DIR% - git clone https://github.com/Microsoft/Range-V3-VS2015 range-v3 + git clone https://github.com/ericniebler/range-v3 if exist prepare.bat ( call prepare.bat ) else (