1
0
telegram-desktop/ada-packager.sh
Xu Zhao 9bc4b3172c - Update to version 5.10.0
* Collectible Gifts.
  * Reactions for Service Messages.
- Download and compress tarballs with obs service
  * Remove ada-packager.sh
  * Remove tg_owt-packager.sh

OBS-URL: https://build.opensuse.org/package/show/server:messaging/telegram-desktop?expand=0&rev=340
2025-01-03 22:13:56 +00:00

14 lines
359 B
Bash

#! /bin/bash
# ada version
# https://github.com/telegramdesktop/tdesktop/blob/dev/Telegram/build/docker/centos_env/Dockerfile#L799
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