made software app better

This commit is contained in:
2026-01-02 12:02:32 -08:00
parent ac966fba70
commit 709a62ae15
6 changed files with 175 additions and 16 deletions

View File

@@ -12,9 +12,9 @@ build.writePackage(package_data,"build/"..appid)
local meta = {
perms = {
repo = true,
network = false,
app = true,
http = false,
network = true,
app = false,
http = true,
},
author = "Ruffles",
name = project_name,