From 1f1194d60739555c7854ffd5cca65c03c08a3060 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Hubert?= Date: Tue, 28 Nov 2023 07:17:27 +0100 Subject: [PATCH 1/3] mv binary after upgrade --- scripts/upgrade | 1 + 1 file changed, 1 insertion(+) 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" From 043c4e7760e4cfeafd6bd6fd288ca54c8d275fe6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Hubert?= Date: Tue, 28 Nov 2023 07:21:43 +0100 Subject: [PATCH 2/3] change package version --- README.md | 2 +- README_fr.md | 4 ++-- manifest.toml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) 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..b042473 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 @@ -45,4 +45,4 @@ ou sudo yunohost app upgrade gotify -u https://github.com/YunoHost-Apps/gotify_ynh/tree/testing --debug ``` -**Plus d’infos sur le packaging d’applications :** \ No newline at end of file +**Plus d’infos sur le packaging d’applications :** 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" From a6a7b35c32e6553af05eccb2deb6640807f28b60 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 28 Nov 2023 06:21:49 +0000 Subject: [PATCH 3/3] Auto-update README --- README_fr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_fr.md b/README_fr.md index b042473..e008d07 100644 --- a/README_fr.md +++ b/README_fr.md @@ -45,4 +45,4 @@ ou sudo yunohost app upgrade gotify -u https://github.com/YunoHost-Apps/gotify_ynh/tree/testing --debug ``` -**Plus d’infos sur le packaging d’applications :** +**Plus d’infos sur le packaging d’applications :** \ No newline at end of file