From a003e54b5993eeb9acd4cb83a55156b9a11aed5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Sat, 17 Feb 2024 16:45:45 +0100 Subject: [PATCH] Add missing sha256 for autoupdater --- manifest.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/manifest.toml b/manifest.toml index 40deff0..59b0790 100644 --- a/manifest.toml +++ b/manifest.toml @@ -50,6 +50,7 @@ ram.runtime = "50M" [resources] [resources.sources.main] url = "http://none" + sha256 = "none" prefetch = false autoupdate.strategy = "latest_github_release"