From 6cb9d85f416f8b9457faced730e9d602bd23bd2d Mon Sep 17 00:00:00 2001 From: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Date: Thu, 25 Apr 2024 17:15:03 +0200 Subject: [PATCH] Update manifest.toml: simplify source options, fix autoupgrade --- manifest.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index ed3e21a..80c69a1 100644 --- a/manifest.toml +++ b/manifest.toml @@ -57,10 +57,9 @@ ram.runtime = "50M" [resources.sources.main] url = "https://github.com/firefly-iii/firefly-iii/releases/download/v6.1.11/FireflyIII-v6.1.11.zip" sha256 = "f6e3df061c9351daf8b70935e30b5ae6d8650efae27d1cc988e1c2a917d8de87" - extract = true in_subdir = false autoupdate.strategy = "latest_github_release" - autoupdate.asset = "zipball" + autoupdate.asset = ".*.zip" [resources.system_user]