diff --git a/README.md b/README.md index da19b24..af9f764 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ @@ -41,4 +41,4 @@ or sudo yunohost app upgrade cowyo -u https://github.com/YunoHost-Apps/cowyo_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 5c8ca7d..4f84cb4 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,5 +1,5 @@ diff --git a/manifest.toml b/manifest.toml index d6b5537..7984d1d 100644 --- a/manifest.toml +++ b/manifest.toml @@ -45,6 +45,11 @@ ram.runtime = "50M" i386.url = "https://github.com/schollz/cowyo/releases/download/v2.12.0/cowyo_linux_32bit" i386.sha256 = "cd29400f8e8d5b4551d8a6d244c3df215072651984be7d67e3619bc26135a13e" + autoupdate.strategy = "latest_github_release" + autoupdate.asset.amd64 = "^cowyo_linux_amd64$" + autoupdate.asset.armhf = "^cowyo_linux_arm$" + autoupdate.asset.i386 = "^cowyo_linux_32bit$" + [resources.system_user] [resources.install_dir]