From 3cbfd1ee6fd1d498f672f7a7f9470b497d93fbf5 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Date: Wed, 31 Jul 2024 04:11:55 +0200 Subject: [PATCH] Update manifest.toml: fix autoupdate regex --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 42cc22f..dfe73b9 100644 --- a/manifest.toml +++ b/manifest.toml @@ -65,7 +65,7 @@ ram.runtime = "50M" url = "https://github.com/fisharebest/webtrees/releases/download/2.1.20/webtrees-2.1.20.zip" sha256 = "0e2f9ccf601e5d4579ef90d727b1630620bc22b9ef66c4aacbaf7329b3c7b49d" autoupdate.strategy = "latest_github_release" - autoupdate.asset = "*.zip" + autoupdate.asset = ".*.zip" [resources.system_user]