made software app better
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user