From b46ca1ec17f81d1ad4d4a392109e8b3c63808097 Mon Sep 17 00:00:00 2001 From: John Preston Date: Wed, 24 Apr 2024 17:44:40 +0400 Subject: [PATCH] Use different font fallback algo on Windows. --- 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 046f5b47a..ce00e278e 100644 --- a/Telegram/build/prepare/prepare.py +++ b/Telegram/build/prepare/prepare.py @@ -435,7 +435,7 @@ if customRunCommand: stage('patches', """ git clone https://github.com/desktop-app/patches.git cd patches - git checkout ab24db42b9 + git checkout 5d64e21844 """) stage('msys64', """