From ebadb028585331b75b5c4178a9af4ff8c1563f63 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Thu, 15 Feb 2024 19:21:01 +0100 Subject: [PATCH 1/2] autoupdate.strategy = "latest_github_release" --- manifest.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/manifest.toml b/manifest.toml index db0c23f..d83212f 100644 --- a/manifest.toml +++ b/manifest.toml @@ -58,6 +58,12 @@ ram.runtime = "50M" i386.url = "https://github.com/gotify/server/releases/download/v2.4.0/gotify-linux-386.zip" i386.sha256 = "8e6c44a53fc32e857f55ce32180990a560000fb591e2a6039ff3a4acccb045d8" + autoupdate.strategy = "latest_github_release" + autoupdate.asset.armhf = "gotify-linux-arm-7.zip" + autoupdate.asset.arm64 = "gotify-linux-arm64.zip" + autoupdate.asset.amd64 = "gotify-linux-amd64.zip" + autoupdate.asset.i386 = "gotify-linux-386.zip" + [resources.system_user] [resources.install_dir] From 84a9a7ecdeb2cb4abd864c896d8807045b1a0a43 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 15 Feb 2024 18:21:04 +0000 Subject: [PATCH 2/2] Auto-update README --- README.md | 4 ++-- README_fr.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9f24f76..aef2d4c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ @@ -45,4 +45,4 @@ or sudo yunohost app upgrade gotify -u https://github.com/YunoHost-Apps/gotify_ynh/tree/testing --debug ``` -**More info regarding app packaging:** +**More info regarding app packaging:** \ No newline at end of file diff --git a/README_fr.md b/README_fr.md index e008d07..5097aff 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,5 +1,5 @@