From 8c75f1ec957624791cd3192d76dbf615f65134ad Mon Sep 17 00:00:00 2001 From: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Date: Wed, 31 Jul 2024 04:10:40 +0200 Subject: [PATCH] Update manifest.toml: non-working autoupdate because assets are hosted on an external custom website somehow --- manifest.toml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/manifest.toml b/manifest.toml index b1aceb4..5d708a1 100644 --- a/manifest.toml +++ b/manifest.toml @@ -60,11 +60,7 @@ ram.runtime = "50M" in_subdir = false format = "zip" - autoupdate.strategy = "latest_gitea_release" - autoupdate.asset.amd64 = "tarball" - autoupdate.asset.i386 = "tarball" - autoupdate.asset.arm64 = "tarball" - autoupdate.asset.armhf = "tarball" + # autoupdate.strategy = "latest_gitea_release" [resources.system_user] allow_email = true