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:
commit
448f090e03
4 changed files with 7 additions and 7 deletions
|
@ -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>
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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"]
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue