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 = {
|
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,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
|
||||||
|
|||||||
Reference in New Issue
Block a user