diff --git a/argentum.cfg b/argentum.cfg index 378b44f..696c241 100644 --- a/argentum.cfg +++ b/argentum.cfg @@ -1,7 +1,7 @@ local agcfg = { ["halyde"] = { ["maindir"] = "", - ["version"] = "1.8.5", + ["version"] = "1.8.6", ["description"] = "A universal, customizable and feature-packed operating system for OpenComputers.", ["directories"] = { "halyde/apps", @@ -23,6 +23,7 @@ local agcfg = { "halyde/apps/helpdb/fetch.txt", "halyde/apps/helpdb/help.txt", "halyde/apps/helpdb/ls.txt", + "halyde/apps/helpdb/lscor.txt", "halyde/apps/helpdb/lua.txt", "halyde/apps/helpdb/mv.txt", "halyde/apps/helpdb/rm.txt", @@ -34,6 +35,7 @@ local agcfg = { "halyde/apps/fetch.lua", "halyde/apps/help.lua", "halyde/apps/ls.lua", + "halyde/apps/lscor.lua", "halyde/apps/lua.lua", "halyde/apps/mkdir.lua", "halyde/apps/mv.lua",