v1.3.0 - Added a better logo to fetch, _OSLOGO, fixed possible ls bug.

This commit is contained in:
TheWahlolly
2025-05-21 16:31:27 +03:00
parent 97ed964d32
commit 611841e128
6 changed files with 93 additions and 75 deletions
+2 -1
View File
@@ -1,7 +1,7 @@
local agcfg = {
["halyde"] = {
["maindir"] = "",
["version"] = "1.2.0",
["version"] = "1.3.0",
["description"] = "A universal, customizable and feature-packed operating system for OpenComputers.",
["directories"] = {
"halyde/apps",
@@ -37,6 +37,7 @@ local agcfg = {
"halyde/apps/mkdir.lua",
"halyde/apps/mv.lua",
"halyde/apps/rm.lua",
"halyde/config/oslogo.ans",
"halyde/config/shell.cfg",
"halyde/config/startupapps.cfg",
"halyde/core/boot.lua",