v2.0.1 - Quickly fixed argentum.cfg to include the Unicode library

This commit is contained in:
Ponali
2025-07-07 17:53:55 +02:00
parent c0929bf639
commit d881e5facf
2 changed files with 4 additions and 3 deletions
+3 -2
View File
@@ -1,7 +1,7 @@
local agcfg = {
["halyde"] = {
["maindir"] = "",
["version"] = "2.0.0",
["version"] = "2.0.1",
["description"] = "A universal, customizable and feature-packed operating system for OpenComputers.",
["directories"] = {
"halyde/apps",
@@ -63,7 +63,8 @@ local agcfg = {
"halyde/lib/event.lua",
"halyde/lib/filesystem.lua",
"halyde/lib/json.lua",
"halyde/lib/raster.lua"
"halyde/lib/raster.lua",
"halyde/lib/unicode.lua"
}
},
["argentum"] = {