diff --git a/build.html b/build.html index a6262a1b..4208e5f8 100644 --- a/build.html +++ b/build.html @@ -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');