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 @@ 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]