From 1c6fac337e7dd47bd46530d3c8aec1d91d62f918 Mon Sep 17 00:00:00 2001 From: John Preston Date: Wed, 15 Jun 2022 14:49:53 +0400 Subject: [PATCH] Fix global menu and file chooser 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 18ef8e4fb..d33287557 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 4a5c759f8f + git checkout 8ce6ac9d6e """) stage('depot_tools', """