1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/iceshrimp_ynh.git synced 2024-09-03 19:15:54 +02:00

Merge pull request #7 from YunoHost-Apps/testing

This commit is contained in:
oufmilo 2024-02-21 05:27:49 +01:00 committed by GitHub
commit 448f090e03
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 7 additions and 7 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.
-->
@ -20,7 +20,7 @@ Iceshrimp is a decentralized and federated social networking service, implementi
It was forked from Calckey Firefish (itself a fork of Misskey) in mid-2023, to focus on stability, performance and usability instead of new features.
**Shipped version:** 2023.12.3~ynh1
**Shipped version:** 2023.12.5~ynh1
## Screenshots
@ -45,4 +45,4 @@ or
sudo yunohost app upgrade iceshrimp -u https://github.com/YunoHost-Apps/iceshrimp_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.
-->
@ -20,7 +20,7 @@ Iceshrimp est un service de réseau social décentralisé et fédéré, impléme
Il a été forké de Calckey et Firefish (lui-même forké de Misskey) à la mi-2023, afin de se concentrer sur la stabilité, les performances et la facilité d'utilisation plutôt que sur de nouvelles fonctionnalités.
**Version incluse :** 2023.12.3~ynh1
**Version incluse :** 2023.12.5~ynh1
## Captures décran

View file

@ -5,7 +5,7 @@ name = "Iceshrimp"
description.en = "Decentralized and federated social networking service"
description.fr = "Service de réseau social décentralisé et fédéré"
version = "2023.12.3~ynh1"
version = "2023.12.5~ynh1"
maintainers = ["oufmilo"]

View file

@ -41,7 +41,7 @@ pushd "$install_dir"
ynh_use_nodejs
corepack enable
corepack prepare --activate
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH yarn install
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH yarn install
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH NODE_ENV=production yarn build
popd