From 127e4a5086af767e1943aed8b18800fd577e117e Mon Sep 17 00:00:00 2001 From: John Preston Date: Sat, 5 Oct 2024 20:36:33 +0400 Subject: [PATCH] Attempt to fix screen dpi changes 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 77b387283..813ccc418 100644 --- a/Telegram/build/prepare/prepare.py +++ b/Telegram/build/prepare/prepare.py @@ -457,7 +457,7 @@ if customRunCommand: stage('patches', """ git clone https://github.com/desktop-app/patches.git cd patches - git checkout e47e7ed0d3 + git checkout 7e156bfee8 """) stage('msys64', """