Fix build instructions generator.

GitOrigin-RevId: 1d89c2864b063bd196b1fd6272ad8291ed8a5a20
This commit is contained in:
levlam 2020-01-11 03:55:22 +03:00
parent e9176ce84d
commit 1571cdcad5
1 changed files with 1 additions and 1 deletions

View File

@ -666,9 +666,9 @@ function onOptionsChanged() {
}
}
commands.push('git clone https://github.com/tdlib/td.git');
commands.push('git checkout v1.5.0');
commands.push('cd td');
commands.push('git checkout v1.5.0');
if (use_vcpkg) {
commands.push('git clone https://github.com/Microsoft/vcpkg.git');