From 6716c0830616f3f70e2265eba1b6afe37ec94a72 Mon Sep 17 00:00:00 2001 From: John Preston Date: Fri, 1 Apr 2022 10:12:41 +0400 Subject: [PATCH] Fix another crash on context loss. --- 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 e0f3a802c2..179590fa5f 100644 --- a/Telegram/build/prepare/prepare.py +++ b/Telegram/build/prepare/prepare.py @@ -400,7 +400,7 @@ if customRunCommand: stage('patches', """ git clone https://github.com/desktop-app/patches.git cd patches - git checkout 43c34f586a + git checkout 292cb42fe1 """) stage('depot_tools', """