forked from pool/telegram-desktop
f67d177786
* 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
13 lines
242 B
Bash
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
|