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 : diff --git a/manifest.toml b/manifest.toml index b81266b..44f0186 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]