From a8dca061b0ec0aee3da22e48e510f34bcd7ead10 Mon Sep 17 00:00:00 2001 From: John Preston Date: Fri, 24 Jul 2026 00:25:10 +0400 Subject: [PATCH] Update patches and ffmpeg in snap. --- Telegram/build/release.py | 1 + snap/snapcraft.yaml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Telegram/build/release.py b/Telegram/build/release.py index 4e6f383527..4c01ab3431 100644 --- a/Telegram/build/release.py +++ b/Telegram/build/release.py @@ -250,6 +250,7 @@ files.append({ }) r = requests.get(url + 'repos/telegramdesktop/tdesktop/releases/tags/v' + version) + if r.status_code == 404: print('Release not found, creating.') if commit == '': diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 27c1355484..1a71765560 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -121,7 +121,7 @@ parts: patches: source: https://github.com/desktop-app/patches.git source-depth: 1 - source-commit: 701cfb4b3d6612188d168f198c842114fd64726f + source-commit: 5c6549de54d24aa11bff0968b92fae06afe5b168 plugin: nil override-pull: | craftctl default @@ -162,7 +162,7 @@ parts: ffmpeg: source: https://github.com/FFmpeg/FFmpeg.git source-depth: 1 - source-branch: n6.1.1 + source-branch: n6.1.6 plugin: autotools build-packages: - nasm