From 5ff1d73f4d0aae10b97ac8dd3a30944f5da19025 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Thu, 15 Feb 2024 19:18:02 +0100 Subject: [PATCH 1/2] autoupdate.strategy = "latest_github_release" --- manifest.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index feea2f2..5ec05a8 100644 --- a/manifest.toml +++ b/manifest.toml @@ -17,7 +17,7 @@ code = "https://github.com/jesec/flood" [integration] yunohost = ">= 11.2" -architectures = "all" +architectures = [ "amd64", "arm64" ] multi_instance = false ldap = false sso = false @@ -45,6 +45,10 @@ ram.runtime = "50M" amd64.url = "https://github.com/jesec/flood/releases/download/v4.7.0/flood-linux-x64.deb" amd64.sha256 = "d528edc50e2a2a8d60aa1d37e2cdf0353c48f792b7ded4f150a0914931076d3f" + autoupdate.strategy = "latest_github_release" + autoupdate.asset.arm64 = "flood-linux-arm64.deb" + autoupdate.asset.amd64 = "flood-linux-x64.deb" + [resources.system_user] [resources.install_dir] From 2039a4f0c42a170d3c2e341c68107f8903260ea1 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 15 Feb 2024 18:18:05 +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 3e139a5..cc36a45 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ @@ -44,4 +44,4 @@ or sudo yunohost app upgrade flood -u https://github.com/YunoHost-Apps/flood_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 8fd69a8..f361ddc 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,5 +1,5 @@