v2.0.1 - Quickly fixed argentum.cfg to include the Unicode library
This commit is contained in:
+3
-2
@@ -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"] = {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
local loadfile = ...
|
||||
local filesystem = loadfile("/halyde/lib/filesystem.lua")(loadfile)
|
||||
|
||||
_G._OSVERSION = "Halyde 2.0.0"
|
||||
_G._OSVERSION = "Halyde 2.0.1"
|
||||
_G._OSLOGO = ""
|
||||
local handle, tmpdata = filesystem.open("/halyde/config/oslogo.ans", "r"), nil
|
||||
repeat
|
||||
|
||||
Reference in New Issue
Block a user