v1.8.0 - Fixed a bug with shell not executing files in the working directory, added json library, changed all configs to json, added config auto-generation so they don't reset after an update.

This commit is contained in:
TheWahlolly
2025-05-31 09:55:23 +03:00
parent 34f716beaa
commit 41d55113e5
13 changed files with 92 additions and 115 deletions
+5 -4
View File
@@ -1,12 +1,12 @@
local agcfg = {
["halyde"] = {
["maindir"] = "",
["version"] = "1.7.2",
["version"] = "1.8.0",
["description"] = "A universal, customizable and feature-packed operating system for OpenComputers.",
["directories"] = {
"halyde/apps",
"halyde/apps/helpdb",
"halyde/config",
"halyde/config/generate",
"halyde/core",
"halyde/lib",
"home"
@@ -38,8 +38,8 @@ local agcfg = {
"halyde/apps/mv.lua",
"halyde/apps/rm.lua",
"halyde/config/oslogo.ans",
"halyde/config/shell.cfg",
"halyde/config/startupapps.cfg",
"halyde/config/generate/shell.cfg",
"halyde/config/generate/startupapps.cfg",
"halyde/core/boot.lua",
"halyde/core/cormgr.lua",
"halyde/core/datatools.lua",
@@ -51,6 +51,7 @@ local agcfg = {
"halyde/lib/computer.lua",
"halyde/lib/event.lua",
"halyde/lib/filesystem.lua",
"halyde/lib/json.lua",
"halyde/lib/raster.lua"
}
},