From d2268c03dfbab9b9055defa0b2125d282cdae0ea Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Tue, 22 Aug 2023 20:36:18 +0200 Subject: [PATCH] activate auto-update on latest_github_release --- manifest.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/manifest.toml b/manifest.toml index 59fb15a..f5c27a2 100644 --- a/manifest.toml +++ b/manifest.toml @@ -50,6 +50,9 @@ ram.runtime = "50M" armhf.url = "https://github.com/Kareadita/Kavita/releases/download/v0.7.7/kavita-linux-arm.tar.gz" armhf.sha256 = "283fc142ea9b281c2242dfe7e54774ce273d8990b8f0418dd90ec5bcac85e624" + # https://yunohost.org/fr/packaging_apps_resources#regarding-autoupdate + autoupdate.strategy = "latest_github_release" + [resources.ports] main.default = 5000