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 = { local agcfg = {
["halyde"] = { ["halyde"] = {
["maindir"] = "", ["maindir"] = "",
["version"] = "2.0.0", ["version"] = "2.0.1",
["description"] = "A universal, customizable and feature-packed operating system for OpenComputers.", ["description"] = "A universal, customizable and feature-packed operating system for OpenComputers.",
["directories"] = { ["directories"] = {
"halyde/apps", "halyde/apps",
@@ -63,7 +63,8 @@ local agcfg = {
"halyde/lib/event.lua", "halyde/lib/event.lua",
"halyde/lib/filesystem.lua", "halyde/lib/filesystem.lua",
"halyde/lib/json.lua", "halyde/lib/json.lua",
"halyde/lib/raster.lua" "halyde/lib/raster.lua",
"halyde/lib/unicode.lua"
} }
}, },
["argentum"] = { ["argentum"] = {
+1 -1
View File
@@ -1,7 +1,7 @@
local loadfile = ... local loadfile = ...
local filesystem = loadfile("/halyde/lib/filesystem.lua")(loadfile) local filesystem = loadfile("/halyde/lib/filesystem.lua")(loadfile)
_G._OSVERSION = "Halyde 2.0.0" _G._OSVERSION = "Halyde 2.0.1"
_G._OSLOGO = "" _G._OSLOGO = ""
local handle, tmpdata = filesystem.open("/halyde/config/oslogo.ans", "r"), nil local handle, tmpdata = filesystem.open("/halyde/config/oslogo.ans", "r"), nil
repeat repeat