Fix misprint.

GitOrigin-RevId: 00ee92d452a1133327d831fc586fe4fa2cb4895f
This commit is contained in:
levlam 2018-03-19 22:28:41 +03:00
parent e56b369717
commit 1ee13e2ace

View File

@ -19,7 +19,7 @@ C:\src\vcpkg> .\vcpkg.exe install openssl:arm-uwp openssl:x64-uwp openssl:x86-uw
```
powershell -ExecutionPolicy ByPass .\build.ps1 -vcpkg_root C:\src\vcpkg
```
If you need to restart the build from scratch, call `.\build.ps -mode clean` first.
If you need to restart the build from scratch, call `.\build.ps1 -mode clean` first.
* Install Visual Studio Extension "TDLib for Universal Windows Platform" located at `build-uwp\vsix\tdlib.vsix`, which was created on the previous step by `build.ps1` script.
Now `TDLib` can be freely used from any UWP project, built in Visual Studio.