From cad56fe0e024cad62ff43b754ba21edbf8cab891 Mon Sep 17 00:00:00 2001 From: XeonSquared Date: Thu, 23 Nov 2023 21:38:12 +1000 Subject: [PATCH] fix deps for dss2-frontend --- programs.cfg | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/programs.cfg b/programs.cfg index 7349ab3..89b59bf 100644 --- a/programs.cfg +++ b/programs.cfg @@ -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",