From 277d400503440d7812b4d2ec934b0377ce893af0 Mon Sep 17 00:00:00 2001 From: CadenCoaster <114967401+cadenthecreator@users.noreply.github.com> Date: Sat, 18 Oct 2025 11:03:18 -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 95d696a..fc8e7a6 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", },