From 4dd1f95fbfb21bdec766863c56047774ce73c0de Mon Sep 17 00:00:00 2001 From: John Preston Date: Tue, 6 Dec 2022 18:13:21 +0400 Subject: [PATCH] Disable deprecated warning when building dump_syms. Fixes #25366. --- 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 84073cc30..c38002314 100644 --- a/Telegram/build/prepare/prepare.py +++ b/Telegram/build/prepare/prepare.py @@ -397,7 +397,7 @@ if customRunCommand: stage('patches', """ git clone https://github.com/desktop-app/patches.git cd patches - git checkout 2af5b01c6b + git checkout e1117dfb86 """) stage('msys64', """