From 17be462d595dbfc65c906d3861164ad09ed1d9f7 Mon Sep 17 00:00:00 2001 From: John Preston Date: Wed, 13 Apr 2022 15:47:37 +0400 Subject: [PATCH] Fix build for macOS with Qt 6.3.0.. --- 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 44cdb7414..f3af32350 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 86187a0437 + git checkout 22629a5df5 """) stage('depot_tools', """