From c84f8b295f33bf65884094d19329b106e4e2f01b Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Tue, 20 Feb 2024 05:38:36 +0100 Subject: [PATCH] Add autoupdate --- manifest.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/manifest.toml b/manifest.toml index 18296eb..6dea1ba 100644 --- a/manifest.toml +++ b/manifest.toml @@ -61,6 +61,12 @@ ram.runtime = "50M" in_subdir = false rename = "ocis" + # commented for now, waiting for stable owncloud v5 + # autoupdate.strategy = "latest_github_release" + autoupdate.asset.amd64 = "^ocis-.*-linux-amd64$" + autoupdate.asset.arm64 = "^ocis-.*-linux-arm64$" + autoupdate.asset.i386 = "^ocis-.*-linux-386$" + [resources.system_user] [resources.install_dir]