From d351a7d6977bba2077ce3e1d91971598307bcb11 Mon Sep 17 00:00:00 2001 From: John Preston Date: Tue, 15 Oct 2024 12:13:06 +0400 Subject: [PATCH] Fix crash on monitor arrangement change. --- 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 ac5ee3b9e..c5932cb8a 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 54378fbc46 + git checkout 412f65c296 """) stage('msys64', """