1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/owncast-emojiwall_ynh.git synced 2024-09-03 19:56:19 +02:00

Merge pull request #4 from YunoHost-Apps/testing

Testing
This commit is contained in:
OniriCorpe 2024-02-16 06:30:08 +01:00 committed by GitHub
commit aa1f25d0bc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 8 additions and 8 deletions

View file

@ -1,5 +1,5 @@
<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator
It shall NOT be edited by hand.
-->
@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
The emoji wall (also known as a "on-screen emotes overlay") takes the emojis and custom emotes sent in the chat of Owncast streamers and displays them bubbling up the screen!
**Shipped version:** 1.1.2~ynh1
**Shipped version:** 1.1.3~ynh1
## Screenshots
@ -44,4 +44,4 @@ or
sudo yunohost app upgrade owncast-emojiwall -u https://github.com/YunoHost-Apps/owncast-emojiwall_ynh/tree/testing --debug
```
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>

View file

@ -1,5 +1,5 @@
<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator
It shall NOT be edited by hand.
-->
@ -19,7 +19,7 @@ Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
Emojiwall (également connu sous le nom de « superposition d'émoticônes à l'écran ») prend les émojis et les émoticônes personnalisées envoyés dans le chat des streamers Owncast et les affiche en bouillonnant sur l'écran !
**Version incluse :** 1.1.2~ynh1
**Version incluse :** 1.1.3~ynh1
## Captures décran

View file

@ -6,7 +6,7 @@ description.en = "Emojiwall (on-screen emotes overlay) for Owncast"
description.fr = "Emojiwall (superposition d'émoticônes à l'écran) pour Owncast"
description.id = "Dinding emoji (tayangan emoji dalam layar) untuk Owncast"
version = "1.1.2~ynh1"
version = "1.1.3~ynh1"
maintainers = ["the7thNightmare"]
@ -41,8 +41,8 @@ ram.runtime = "50M"
[resources.sources]
[resources.sources.main]
url = "https://framagit.org/owncast-things/owncast-emojiwall/-/archive/v1.1.2/owncast-emojiwall-v1.1.2.tar.gz"
sha256 = "e82834ace3b99d162d9bcc37babf9ededff1f29d9871df239cd05211d5882197"
url = "https://framagit.org/owncast-things/owncast-emojiwall/-/archive/v1.1.3/owncast-emojiwall-v1.1.3.tar.bz2"
sha256 = "ab16b5172b002b96f16c491d58fe7b4a3ea68346c8f16c4889224d868d6685bb"
in_subdir = true
autoupdate.strategy = "latest_gitlab_release"