Fix syntax for shell.app configuration

This commit is contained in:
CadenCoaster
2025-10-18 11:03:18 -07:00
committed by GitHub
parent 5c58864e23
commit 277d400503

View File

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