From a18341a9f86d6c4b18ee94a40d276fb29bd976b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 15 Feb 2024 10:51:16 +0100 Subject: [PATCH] remove sudir install --- manifest.toml | 4 ---- tests.toml | 8 +++++++- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/manifest.toml b/manifest.toml index 0824322..b633888 100644 --- a/manifest.toml +++ b/manifest.toml @@ -30,10 +30,6 @@ ram.runtime = "50M" [install.domain] type = "domain" - [install.path] - type = "path" - default = "/13ft" - [install.init_main_permission] type = "group" default = "visitors" diff --git a/tests.toml b/tests.toml index eb73b8d..882baca 100644 --- a/tests.toml +++ b/tests.toml @@ -1,3 +1,9 @@ test_format = 1.0 -[default] \ No newline at end of file +[default] + + # ------------------------------------------------------------------------------- + # EVERYTHING PAST THIS POINT IS OPTIONAL AND MOST LIKELY UNNECESSARY FOR NEW APPS + #-------------------------------------------------------------------------------- + + exclude = ["install.subdir"] \ No newline at end of file