1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/halcyon_ynh.git synced 2024-09-03 20:36:21 +02:00

Bullseye (#19)

* set relative path for --keep opt

* Auto-update README

Co-authored-by: yunohost-bot <yunohost@yunohost.org>
This commit is contained in:
Éric Gaspar 2022-08-18 23:25:46 +02:00 committed by GitHub
parent bdec31bf19
commit a382dfef55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 5 deletions

View file

@ -19,6 +19,7 @@ Webclient for Mastodon and Pleroma.
**Shipped version:** 2.4.9~ynh2
## Screenshots
![Screenshot of Halcyon](./doc/screenshots/preview0.png)

View file

@ -17,7 +17,8 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
Client web pour Mastodon et Pleroma.
**Version incluse :** 2.4.9~ynh2
**Version incluse :** 2.4.9~ynh2
## Captures d'écran

View file

@ -19,12 +19,12 @@
"email": "anmol@datamol.org"
},
"requirements": {
"yunohost": ">= 4.3.0"
"yunohost": ">= 11.0.9"
},
"multi_instance": true,
"services": [
"nginx",
"php7.3-fpm"
"php7.4-fpm"
],
"arguments": {
"install": [

View file

@ -4,7 +4,7 @@
# COMMON VARIABLES
#=================================================
YNH_PHP_VERSION="7.3"
YNH_PHP_VERSION="7.4"
# dependencies used by the app
pkg_dependencies="php${YNH_PHP_VERSION}-intl php${YNH_PHP_VERSION}-mbstring php${YNH_PHP_VERSION}-curl php${YNH_PHP_VERSION}-json php${YNH_PHP_VERSION}-gettext"

View file

@ -79,7 +79,7 @@ then
ynh_script_progression --message="Upgrading source files..." --weight=2
# Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source --dest_dir="$final_path" --keep="$final_path/config/config.ini"
ynh_setup_source --dest_dir="$final_path" --keep="config/config.ini"
fi
chmod 750 "$final_path"