From 063beb5559d25eba43f2700c3d8c04d05835be48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Sat, 24 Feb 2024 22:18:15 +0100 Subject: [PATCH] Fix autoupdate by using dummy tarballs --- manifest.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/manifest.toml b/manifest.toml index 3dd8336..298acaf 100644 --- a/manifest.toml +++ b/manifest.toml @@ -62,6 +62,10 @@ ram.runtime = "50M" format = "zip" autoupdate.upstream = "https://github.com/go-vikunja/api" autoupdate.strategy = "latest_github_tag" + autoupdate.asset.amd64 = "tarball" + autoupdate.asset.i386 = "tarball" + autoupdate.asset.arm64 = "tarball" + autoupdate.asset.armhf = "tarball" [resources.sources.front] url = "https://dl.vikunja.io/frontend/vikunja-frontend-0.22.1.zip"