From ecf61712cd80810f8463a63e353196c853359082 Mon Sep 17 00:00:00 2001 From: John Preston Date: Thu, 12 Jan 2023 10:12:53 +0400 Subject: [PATCH] Fix CJK font fallback on Windows. Fixes #25714. --- 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 43f5708997..234ee047f1 100644 --- a/Telegram/build/prepare/prepare.py +++ b/Telegram/build/prepare/prepare.py @@ -404,7 +404,7 @@ if customRunCommand: stage('patches', """ git clone https://github.com/desktop-app/patches.git cd patches - git checkout 8a361a1307 + git checkout 3e11c652e1 """) stage('msys64', """