fix deps for dss2-frontend

This commit is contained in:
Izaya 2023-11-23 21:38:12 +10:00
parent 3d3be80ea5
commit cad56fe0e0
1 changed files with 3 additions and 2 deletions

View File

@ -396,16 +396,17 @@
["liblz16"] = "",
},
name = "Drawer Storage System 2 Client",
description = "Client component of a DSS2 system",
description = "Client libraries for DSS2",
authors = "Izaya",
repo = "tree/master/"
},
["dss2-frontend"] = {
files = {},
dependencies = {
["https://git.shadowkat.net/izaya/OC-DSS2/raw/branch/master/OpenOS/client/usr/bin/search4.lua"] = "/lib",
["https://git.shadowkat.net/izaya/OC-DSS2/raw/branch/master/OpenOS/client/usr/bin/search4.lua"] = "/bin",
["mtrpc"] = "",
["liblz16"] = "",
["mtmenu"] = "",
},
name = "Drawer Storage System 2 Frontend",
description = "Standard frontend for DSS2, suitable for client or server",