From de28ebd98263b652121e269d2a6a53019b8c1e0c Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Mon, 6 May 2024 03:59:04 +0200 Subject: [PATCH] add autoupdate.asset and reactivate the autoupdater --- manifest.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 6f3b2be..ee72013 100644 --- a/manifest.toml +++ b/manifest.toml @@ -59,7 +59,9 @@ ram.runtime = "50M" [resources.sources.main] url = "https://framagit.org/les/gancio/-/releases/v1.15.5/downloads/gancio.tgz" sha256 = "34090ca1a132f983529fb7582dae9d9f707256c005721933c90ad1386fe238f0" - #autoupdate.strategy = "latest_gitlab_release" + + autoupdate.strategy = "latest_gitlab_release" + autoupdate.asset = "^gancio.tgz$" [resources.system_user] allow_email = true