From c4402c717a45f451b01a6b3b9d8d936abd413eb6 Mon Sep 17 00:00:00 2001 From: John Preston Date: Mon, 6 Feb 2023 20:38:44 +0400 Subject: [PATCH] Rebuild Qt with a patch for fonts fallback. --- Telegram/build/prepare/prepare.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Telegram/build/prepare/prepare.py b/Telegram/build/prepare/prepare.py index 51a71d9c9d..57ac8b4b84 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 73fe30738d + git checkout 5b3541af89 """) stage('msys64', """ @@ -1211,7 +1211,7 @@ release: if buildQt5: stage('qt_5_15_8', """ - git clone https://code.qt.io/qt/qt5.git qt_5_15_8 + git clone https://github.com/qt/qt5.git qt_5_15_8 cd qt_5_15_8 perl init-repository --module-subset=qtbase,qtimageformats,qtsvg git checkout v5.15.8-lts-lgpl