Fix build instructions generator.
GitOrigin-RevId: 1d89c2864b063bd196b1fd6272ad8291ed8a5a20
This commit is contained in:
parent
e9176ce84d
commit
1571cdcad5
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user