1
0
mirror of https://github.com/ShadowKatStudios/OC-Minitel.git synced 2024-11-26 03:48:06 +11:00

Compare commits

..

2 Commits

Author SHA1 Message Date
1ab051aa2d fixed a file in programs.cfg 2019-10-28 14:09:34 +11:00
02bcbb1cdd added portinfo to the programs.cfg 2019-10-28 13:38:18 +11:00

View File

@ -175,4 +175,15 @@
authors = "Izaya", authors = "Izaya",
repo = "tree/master/" repo = "tree/master/"
}, },
["portinfo"] = {
files = {
["https://raw.githubusercontent.com/ShadowKatStudios/OC-ports/master/portinfo.lua"] = "/lib",
["https://raw.githubusercontent.com/ShadowKatStudios/OC-ports/master/oc.db"] = "/lib/ports",
["https://raw.githubusercontent.com/ShadowKatStudios/OC-ports/master/minitel.db"] = "/lib/ports",
},
name = "portinfo",
description = "Port information databases and library",
authors = "Izaya",
repo = "tree/master/"
},
} }