From 2b3b8a125365e65445a0fbaa4c4f88cda24c0f7e Mon Sep 17 00:00:00 2001 From: CadenCoaster <114967401+cadenthecreator@users.noreply.github.com> Date: Sat, 18 Oct 2025 11:04:21 -0700 Subject: [PATCH] Fix syntax for shell.app configuration --- .apps/shell.app | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.apps/shell.app b/.apps/shell.app index fc8e7a6..6f58f9d 100644 --- a/.apps/shell.app +++ b/.apps/shell.app @@ -1,7 +1,7 @@ { - "name" = "Shell", - "file" = "/apps/shell.lua", - "tags" = { + name = "Shell", + file = "/apps/shell.lua", + tags = { "console", "terminal", },