From 9308615361c77d983bac458e48196646b0660c3b Mon Sep 17 00:00:00 2001 From: John Preston Date: Wed, 24 Nov 2021 17:37:12 +0400 Subject: [PATCH] Fix crash in search in Finder on macOS. --- 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 52cab9bbe..77abe924e 100644 --- a/Telegram/build/prepare/prepare.py +++ b/Telegram/build/prepare/prepare.py @@ -401,7 +401,7 @@ if customRunCommand: stage('patches', """ git clone https://github.com/desktop-app/patches.git cd patches - git checkout 85bce38ec7 + git checkout eb843853be """) stage('depot_tools', """