trying to implement code signing support
This commit is contained in:
parent
b37b96c6fc
commit
e14e0e8c50
@ -36,7 +36,7 @@ signing:
|
||||
- wget -q -O- https://packages.sury.org/php/apt.gpg | apt-key add -
|
||||
- echo "deb https://packages.sury.org/php/ stretch main" | tee /etc/apt/sources.list.d/php.list
|
||||
- apt-get update
|
||||
- DEBIAN_FRONTEND="noninteractive" apt install -y php7.2
|
||||
- DEBIAN_FRONTEND="noninteractive" apt install -y php7.2 php7.2-gd php7.2-json php7.2-mysql php7.2-curl php7.2-intl php7.2-mcrypt php7.2-imagick php7.2-zip php7.2-xmlwriter php7.2-xmlreader php7.2-xml php7.2-mbstring php7.2-simplexml
|
||||
- wget https://download.nextcloud.com/server/releases/nextcloud-20.0.2.tar.bz2
|
||||
- tar xvf nextcloud-20.0.2.tar.bz2
|
||||
- echo "-----BEGIN PRIVATE KEY-----" > sign.key
|
||||
|
@ -22,6 +22,8 @@
|
||||
[#118](https://git.project-insanity.org/onny/nextcloud-app-radio/issues/118) @onny
|
||||
- Update screenshot.png
|
||||
[#213](https://git.project-insanity.org/onny/nextcloud-app-radio/issues/213) @onny
|
||||
- More verbose app description for app store
|
||||
[#220](https://git.project-insanity.org/onny/nextcloud-app-radio/issues/220) @onny
|
||||
|
||||
## 1.0.0 - 2020-11
|
||||
### Added
|
||||
|
@ -3,8 +3,20 @@
|
||||
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
|
||||
<id>radio</id>
|
||||
<name>Radio</name>
|
||||
<summary>Radio listening app</summary>
|
||||
<description>Listening to your favorite radio stations in Nextcloud</description>
|
||||
<summary>Listen to your favorite radio stations</summary>
|
||||
<description>Listening to your favorite radio stations in Nextcloud! This
|
||||
app uses radio-browser.info database as a backend.
|
||||
|
||||
|
||||
- 🔊 Listen to radio stations directly in Nextcloud
|
||||
- 🔍 Browse thousands of stations worldwide
|
||||
- ⭐ Create your own list of favorite stations
|
||||
- ⭕ Dashboard widget support
|
||||
- ⚡ Keep track of recent played stations
|
||||
- 📁 Browse stations by language, country, etc.
|
||||
- 👂 Smoth audio playback and transitions
|
||||
|
||||
</description>
|
||||
<version>1.0.1</version>
|
||||
<licence>AGPL</licence>
|
||||
<author mail="onny@project-insanity.org" >Jonas Heinrich</author>
|
||||
|
Loading…
Reference in New Issue
Block a user