From 60dd555ac795bf83cd65abac76ea8b63734fe871 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 11 Jun 2023 17:18:23 +0000 Subject: [PATCH 1/2] Auto-update README --- README.md | 5 ----- README_fr.md | 5 ----- 2 files changed, 10 deletions(-) diff --git a/README.md b/README.md index bc5d816..163c875 100644 --- a/README.md +++ b/README.md @@ -69,11 +69,6 @@ open-source organisation. **Shipped version:** 0.22.3~ynh1 - -## Screenshots - -![Screenshot of Headscale](./doc/screenshots/example.jpg) - ## Documentation and resources * Official app website: diff --git a/README_fr.md b/README_fr.md index 78e5f54..fb9fe66 100644 --- a/README_fr.md +++ b/README_fr.md @@ -69,11 +69,6 @@ open-source organisation. **Version incluse :** 0.22.3~ynh1 - -## Captures d’écran - -![Capture d’écran de Headscale](./doc/screenshots/example.jpg) - ## Documentations et ressources * Site officiel de l’app : From 1394dd77cdd4f275cdd3782fbf0e0627735eddea Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Tue, 13 Jun 2023 20:24:17 +0200 Subject: [PATCH 2/2] Fix autoupdater syntax --- manifest.toml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/manifest.toml b/manifest.toml index 8707cf7..04cb582 100644 --- a/manifest.toml +++ b/manifest.toml @@ -62,11 +62,10 @@ ram.runtime = "50M" armel.sha256 = "3a983ea320b05372b5493ece01bab1252907e0864a26f1857dbcd7307dfc463f" autoupdate.strategy = "latest_github_release" - autoupdate.asset.i386 = ".*_386" - autoupdate.asset.amd64 = ".*_amd64" - autoupdate.asset.arm64 = ".*_arm64" - autoupdate.asset.armhf = ".*_armv7" - autoupdate.asset.armel = ".*_armv5" + autoupdate.asset.i386 = ".*_linux_386$" + autoupdate.asset.amd64 = ".*_linux_amd64$" + autoupdate.asset.arm64 = ".*_linux_arm64$" + autoupdate.asset.armhf = ".*_linux_armv7$" [resources.system_user]