From 79392386b03ca3c940bcc1834d122db722c2f3d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Tue, 26 Sep 2023 15:18:31 +0200 Subject: [PATCH] set extract = false on source --- manifest.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/manifest.toml b/manifest.toml index 19ba965..0854b7d 100644 --- a/manifest.toml +++ b/manifest.toml @@ -46,6 +46,7 @@ ram.runtime = "10M" [resources] [resources.sources.ttyd] format = "whatever" + extract = false rename = "ttyd" armhf.url = "https://github.com/tsl0922/ttyd/releases/download/1.7.3/ttyd.armhf"