From f3d6bac4e2c8181fa83d2d8f37020edc65f00f9b Mon Sep 17 00:00:00 2001 From: Mateusz <2871798+orhtej2@users.noreply.github.com> Date: Mon, 22 Apr 2024 10:38:10 +0200 Subject: [PATCH] Re-enabled autoupdate --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index eddb7a7..ea78e47 100644 --- a/manifest.toml +++ b/manifest.toml @@ -62,7 +62,7 @@ ram.runtime = "50M" rename = "ocis" # commented for now, waiting for stable owncloud v5 - # autoupdate.strategy = "latest_github_release" + autoupdate.strategy = "latest_github_release" autoupdate.asset.amd64 = "^ocis-.*-linux-amd64$" autoupdate.asset.arm64 = "^ocis-.*-linux-arm64$" autoupdate.asset.i386 = "^ocis-.*-linux-386$"