From 778ab70b72ad7eca8a6701f1a8fa00eaab45d88e Mon Sep 17 00:00:00 2001 From: Kolya <142352140+agl-1984@users.noreply.github.com> Date: Fri, 23 Feb 2024 09:07:08 +0100 Subject: [PATCH] Fix libvpx build on VS 17.8+ use with https://github.com/desktop-app/patches/pull/182 --- Telegram/build/prepare/prepare.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telegram/build/prepare/prepare.py b/Telegram/build/prepare/prepare.py index f53417ea3..d60c818e3 100644 --- a/Telegram/build/prepare/prepare.py +++ b/Telegram/build/prepare/prepare.py @@ -418,7 +418,7 @@ if customRunCommand: stage('patches', """ git clone https://github.com/desktop-app/patches.git cd patches - git checkout 94be868240 + git checkout bed08b53a3 """) stage('msys64', """