From 4a3f70d89cc00f23f0fea917f07c19ef5fa522df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Sat, 24 Feb 2024 19:47:11 +0100 Subject: [PATCH] Fix autoupdate --- manifest.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 457a2be..b624cae 100644 --- a/manifest.toml +++ b/manifest.toml @@ -43,7 +43,9 @@ ram.runtime = "50M" url = "https://github.com/mybb/mybb/releases/download/mybb_1831/mybb_1831.zip" sha256 = "e88354f10893512ea8f426aff9d6a48f7e2cb20bd3988b001c59c9f29084c2f1" in_subdir = false - autoupdate.strategy = "latest_github_tag" + autoupdate.strategy = "latest_github_release" + # This recreates the x.y.zz version number + autoupdate.version_regex = "^mybb_([0-9])([0-9])([0-9])*$" [resources.system_user]