1
0
telegram-desktop/ada-packager.sh
Xu Zhao f67d177786 - Update to version 5.4.1
* Fix crash when sending Star Reaction in comments.
  * Fix loading "Send As" channels in a channel.
  * Place Star Reaction always first in list.
  * Removed paid Invite Links in groups.
- Add 0005-use-bundled-ada.patch
- Add 0006-tdesktop-disable-h264.patch
- Add 0007-tg-owt-disable-h264.patch

OBS-URL: https://build.opensuse.org/package/show/server:messaging/telegram-desktop?expand=0&rev=330
2024-08-22 02:20:21 +00:00

13 lines
242 B
Bash

#! /bin/bash
rm -rf ada \
&& git clone -b v2.9.0 --depth=1 https://github.com/ada-url/ada.git \
&& cd ada \
&& rm -rf .git \
&& cd .. \
&& mv ada ada-v2.9.0 \
&& zip ada-v2.9.0.zip -r ada-v2.9.0 -x '*.git*' \
rm -rf ada-v2.9.0