diff --git a/README.md b/README.md index 21670ed..9f24f76 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Gotify is a simple server for sending and receiving messages in real-time per web socket. -**Shipped version:** 2.4.0~ynh1 +**Shipped version:** 2.4.0~ynh2 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 57f6de5..e008d07 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Gotify est un serveur simple permettant d'envoyer et de recevoir des messages via websocket. -**Version incluse :** 2.4.0~ynh1 +**Version incluse :** 2.4.0~ynh2 ## Captures d’écran diff --git a/manifest.toml b/manifest.toml index 08afb14..db0c23f 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Gotify" description.en = "Simple server for sending and receiving messages" description.fr = "Simple serveur pour envoyer et recevoir des messages" -version = "2.4.0~ynh1" +version = "2.4.0~ynh2" maintainers = ["plopoyop"] @@ -71,7 +71,7 @@ ram.runtime = "50M" main.url = "/" [resources.apt] - packages = "mariadb-server" + packages = "mariadb-server" [resources.database] type = "mysql" diff --git a/scripts/upgrade b/scripts/upgrade index adabc8a..0e38eca 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -34,6 +34,7 @@ then # Download, check integrity, uncompress and patch the source from app.src ynh_setup_source --dest_dir="$install_dir" --keep="config.yml" + mv $install_dir/gotify-linux-* $install_dir/gotify fi chmod -R o-rwx "$install_dir"