From be7b4c222d7a19b9a8dfd17efc72777661a239f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Sun, 23 Jun 2024 19:20:14 +0200 Subject: [PATCH] Fix autoupdate --- manifest.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 34a94be..b306a0b 100644 --- a/manifest.toml +++ b/manifest.toml @@ -39,9 +39,10 @@ ram.runtime = "50M" amd64.sha256 = "dd8572e4f50ffbe4079cce315b17c25e3cebaa02fd7eb134d2aa222703459780" # This is only for notification purposes! Generated PRs will be invalid. - autoupdate.strategy = "latest_github_release" + autoupdate.strategy = "latest_github_tag" autoupdate.asset.amd64 = "tarball" autoupdate.asset.arm64 = "tarball" + autoupdate.needs_manual_tweaks = true [resources.system_user]