From 45caa25e5518c8b0bece8cdfc9be22aed17858d3 Mon Sep 17 00:00:00 2001 From: John Preston Date: Thu, 16 Jun 2022 19:12:07 +0400 Subject: [PATCH] Beta version 3.7.6: Backport a Qt 5.15.4 crashfix. --- 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 eaa5627a3..d44e125f3 100644 --- a/Telegram/build/prepare/prepare.py +++ b/Telegram/build/prepare/prepare.py @@ -399,7 +399,7 @@ if customRunCommand: stage('patches', """ git clone https://github.com/desktop-app/patches.git cd patches - git checkout 8ce6ac9d6e + git checkout e1383b0e8f """) stage('depot_tools', """