From 4719ef9e07c7e3934e959715e4ae09ff3fefb304 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Sat, 17 Feb 2024 19:32:40 +0100 Subject: [PATCH 1/2] Add autoupdate.asset --- manifest.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/manifest.toml b/manifest.toml index bb09585..7f4202a 100644 --- a/manifest.toml +++ b/manifest.toml @@ -62,6 +62,9 @@ ram.runtime = "100M" autoupdate.upstream = "https://github.com/ssbc/go-ssb-room" autoupdate.strategy = "latest_github_release" + autoupdate.asset.amd64 = "^go-ssb-room_.*_Linux_amd64.tar.gz$" + autoupdate.asset.armhf = "^go-ssb-room_.*_Linux_arm7.tar.gz$" + autoupdate.asset.arm64 = "^go-ssb-room_.*_Linux_aarch64.tar.gz$" [resources.system_user] From 5c25ac36710467a975af04744933b3fa0eaedcb9 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 17 Feb 2024 18:32:43 +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 41fa1f9..3f676c3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ @@ -59,4 +59,4 @@ or sudo yunohost app upgrade ssbroom -u https://github.com/YunoHost-Apps/ssbroom_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 24e079f..ec2c85a 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,5 +1,5 @@