From b5f5aed1197aae6bccdeaef958d663fd5af41904 Mon Sep 17 00:00:00 2001 From: John Preston Date: Wed, 8 May 2024 09:30:59 +0400 Subject: [PATCH] Fix search focus in a hidden window on launch. Fixes #27853. --- Telegram/build/docker/centos_env/Dockerfile | 2 +- Telegram/build/prepare/prepare.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Telegram/build/docker/centos_env/Dockerfile b/Telegram/build/docker/centos_env/Dockerfile index 350c7a3fd..d48e99710 100644 --- a/Telegram/build/docker/centos_env/Dockerfile +++ b/Telegram/build/docker/centos_env/Dockerfile @@ -51,7 +51,7 @@ FROM builder AS patches RUN git init patches \ && cd patches \ && git remote add origin {{ GIT }}/desktop-app/patches.git \ - && git fetch --depth=1 origin 44f5103860dfa3f9b9675730231af6fbe28cde93 \ + && git fetch --depth=1 origin 1b3aa9303260613841745a71442c939b55c8aaf2 \ && git reset --hard FETCH_HEAD \ && rm -rf .git diff --git a/Telegram/build/prepare/prepare.py b/Telegram/build/prepare/prepare.py index ce6c87b9b..9a3d0587e 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 5d64e21844 + git checkout 1b3aa93032 """) stage('msys64', """