From 7c81326cdcc6ccc7be1aea6c92f04d6276fb115f Mon Sep 17 00:00:00 2001 From: Salamandar <6552989+Salamandar@users.noreply.github.com> Date: Sun, 24 Sep 2023 15:58:02 +0200 Subject: [PATCH] Fix manifest.toml: subdirs should be a list. --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 8f5cf4f..bed32df 100644 --- a/manifest.toml +++ b/manifest.toml @@ -58,7 +58,7 @@ ram.runtime = "50M" [resources.install_dir] [resources.data_dir] - subdirs = "upload" + subdirs = ["upload"] [resources.permissions] main.url = "/"