Add build clean command to build instrction for C++/CX.
GitOrigin-RevId: c34113f913693a830b718c06cc7ef46ead387cac
This commit is contained in:
parent
eeb2faede0
commit
80086a215a
@ -647,6 +647,7 @@ function onOptionsChanged() {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
commands.push('powershell -ExecutionPolicy ByPass ' + local + 'build.ps1 -mode clean');
|
||||||
commands.push('powershell -ExecutionPolicy ByPass ' + local + 'build.ps1 -vcpkg_root ../../vcpkg' + archiver_option);
|
commands.push('powershell -ExecutionPolicy ByPass ' + local + 'build.ps1 -vcpkg_root ../../vcpkg' + archiver_option);
|
||||||
if (install_dir) {
|
if (install_dir) {
|
||||||
commands.push('cp build-uwp/vsix/tdlib.vsix ' + install_dir);
|
commands.push('cp build-uwp/vsix/tdlib.vsix ' + install_dir);
|
||||||
|
Loading…
Reference in New Issue
Block a user