aboutsummaryrefslogtreecommitdiffhomepage
path: root/example/uwp
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2024-10-24 09:12:11 +0300
committerlevlam <levlam@telegram.org>2024-10-24 09:12:11 +0300
commitef281ddbad4f9b43243ee9b1e29633b3fca2ae5f (patch)
treec1cf64d74331758a3644f2ee0293b4a11278fd46 /example/uwp
parent156351ed992b474ebbcecae5cc3b437a9c31c310 (diff)
Update recommended vcpkg version.
Diffstat (limited to 'example/uwp')
-rw-r--r--example/uwp/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/uwp/README.md b/example/uwp/README.md
index 135397c8b..14af82ec5 100644
--- a/example/uwp/README.md
+++ b/example/uwp/README.md
@@ -10,7 +10,7 @@ This is an example of building TDLib SDK for Universal Windows Platform and an e
```
git clone https://github.com/Microsoft/vcpkg.git
cd vcpkg
-git checkout cd5e746ec203c8c3c61647e0886a8df8c1e78e41
+git checkout 07b30b49e5136a36100a2ce644476e60d7f3ddc1
.\bootstrap-vcpkg.bat
.\vcpkg.exe install gperf:x86-windows openssl:arm-uwp openssl:arm64-uwp openssl:x64-uwp openssl:x86-uwp zlib:arm-uwp zlib:arm64-uwp zlib:x64-uwp zlib:x86-uwp
```