From afcda61feee2fc7bbdc3f52f186161c1f25e3b04 Mon Sep 17 00:00:00 2001 From: Salamandar <6552989+Salamandar@users.noreply.github.com> Date: Sun, 24 Sep 2023 15:20:15 +0200 Subject: [PATCH] Fix manifest.toml: `zip = true` -> `format = zip` --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index d4e8d76..9cd5067 100644 --- a/manifest.toml +++ b/manifest.toml @@ -45,8 +45,8 @@ ram.runtime = "20M" [resources.sources.main] url = "https://github.com/gchq/CyberChef/releases/download/v10.5.2/CyberChef_v10.5.2.zip" sha256 = "a4d47a313d9e79d08775abfde18a08c32b50b4db8fa52261bfddbb785910d0ef" + format = "zip" extract = true - zip = true in_subdir = false autoupdate.strategy = "latest_github_release" autoupdate.asset = "CyberChef_.*zip"