From 20a59a1ea803d5947417953188d41e32e6369cd8 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Date: Mon, 13 May 2024 18:43:17 +0200 Subject: [PATCH] Update manifest.toml: remove pointless autoupdater, the assets are on a specific website... --- manifest.toml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/manifest.toml b/manifest.toml index 5ce7911..2861e9f 100644 --- a/manifest.toml +++ b/manifest.toml @@ -60,13 +60,6 @@ ram.runtime = "50M" i386.sha256 = "de1e271b6d3fe6024b790b95c1bf946a415598b31192638ef85589cd2c35f996" in_subdir = false format = "zip" - autoupdate.upstream = "https://kolaente.dev/vikunja/vikunja" - autoupdate.strategy = "latest_gitea_release" - autoupdate.allow_prereleases = true - 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"