From 7c46b292ac56ce3a574e98a08bef7c121695e3a5 Mon Sep 17 00:00:00 2001 From: John Preston Date: Sun, 23 Jan 2022 00:26:16 +0300 Subject: [PATCH] Fix build with MSVC. --- 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 aada9e018c..a62ce1fc62 100644 --- a/Telegram/build/prepare/prepare.py +++ b/Telegram/build/prepare/prepare.py @@ -400,7 +400,7 @@ if customRunCommand: stage('patches', """ git clone https://github.com/desktop-app/patches.git cd patches - git checkout cd9748be1 + git checkout 1a451d853a """) stage('depot_tools', """