Fix syntax for shell.app configuration

This commit is contained in:
CadenCoaster
2025-10-18 11:04:21 -07:00
committed by GitHub
parent b7268d5136
commit 2b3b8a1253

View File

@@ -1,7 +1,7 @@
{
"name" = "Shell",
"file" = "/apps/shell.lua",
"tags" = {
name = "Shell",
file = "/apps/shell.lua",
tags = {
"console",
"terminal",
},