From a447cb1f625a3c658caa2432a15aff8bb2dd9547 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Fri, 23 Feb 2024 00:13:13 +0100 Subject: [PATCH] fix source link and the autoupdater --- manifest.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index e9fb02d..5b1a78d 100644 --- a/manifest.toml +++ b/manifest.toml @@ -49,7 +49,8 @@ ram.runtime = "50M" url = "https://github.com/the-djmaze/snappymail/releases/download/v2.34.2/snappymail-2.34.2.tar.gz" sha256 = "ca2aaf930a8bb339a80076d5173f9539216124e8b6e88ad84c73fc2596c21d08" in_subdir = false - autoupdate.strategy = "latest_github_tag" + autoupdate.strategy = "latest_github_release" + autoupdate.asset = "^snappymail-.*tar.gz$" [resources.system_user] @@ -63,4 +64,3 @@ ram.runtime = "50M" [resources.database] type = "mysql" - \ No newline at end of file