From 8c349c05156784abe23b4f90fd58a90164d503a4 Mon Sep 17 00:00:00 2001 From: John Preston Date: Wed, 26 Jan 2022 12:34:07 +0300 Subject: [PATCH] Fix non-Retina spelling error underline 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 c347e8aba4..6ebf1d53de 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 58ac8663f5 + git checkout 4142f82d11 """) stage('depot_tools', """