From 094010a91dc6522620bb4455272599ca80be6cf8 Mon Sep 17 00:00:00 2001 From: John Preston Date: Fri, 29 Oct 2021 22:01:04 +0400 Subject: [PATCH] Fix Breakpad + remove Crashpad build on Windows. --- Telegram/build/prepare/prepare.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Telegram/build/prepare/prepare.py b/Telegram/build/prepare/prepare.py index 83b4ab1bdb..6b3ad6257c 100644 --- a/Telegram/build/prepare/prepare.py +++ b/Telegram/build/prepare/prepare.py @@ -387,7 +387,7 @@ def runStages(): stage('patches', """ git clone https://github.com/desktop-app/patches.git cd patches - git checkout ddcd93010e + git checkout ab9e042ef6 """) stage('depot_tools', """ @@ -937,7 +937,6 @@ mac: git submodule update third_party/mini_chromium ZLIB_PATH=$USED_PREFIX/include ZLIB_LIB=$USED_PREFIX/lib/libz.a -common: mkdir out cd out mkdir Debug.x86_64