v1.12.0 - Added drivers.

This commit is contained in:
TheWahlolly
2025-06-27 21:13:55 +03:00
parent c158f5659c
commit ab8b15d1ae
4 changed files with 57 additions and 4 deletions
+3 -1
View File
@@ -1,13 +1,14 @@
local agcfg = {
["halyde"] = {
["maindir"] = "",
["version"] = "1.11.1",
["version"] = "1.12.0",
["description"] = "A universal, customizable and feature-packed operating system for OpenComputers.",
["directories"] = {
"halyde/apps",
"halyde/apps/helpdb",
"halyde/config/generate",
"halyde/core",
"halyde/drivers",
"halyde/lib",
"home",
"mnt"
@@ -46,6 +47,7 @@ local agcfg = {
"halyde/core/boot.lua",
"halyde/core/cormgr.lua",
"halyde/core/datatools.lua",
"halyde/core/drvload.lua",
"halyde/core/evmgr.lua",
"halyde/core/fullkb.lua",
"halyde/core/shell.lua",