v2.7.0 - Added a serialization library for table and strings, and automatic output in the Lua shell
This commit is contained in:
+6
-2
@@ -1,7 +1,7 @@
|
||||
local agcfg = {
|
||||
["halyde"] = {
|
||||
["maindir"] = "",
|
||||
["version"] = "2.6.0",
|
||||
["version"] = "2.7.0",
|
||||
["description"] = "A universal, customizable and feature-packed operating system for OpenComputers.",
|
||||
["directories"] = {
|
||||
"halyde/apps",
|
||||
@@ -12,7 +12,11 @@ local agcfg = {
|
||||
"halyde/lib",
|
||||
"halyde",
|
||||
"home",
|
||||
"mnt"
|
||||
"mnt",
|
||||
"tmp",
|
||||
"special/eeprom",
|
||||
"special/drive"
|
||||
"special"
|
||||
},
|
||||
["files"] = {
|
||||
"init.lua",
|
||||
|
||||
Reference in New Issue
Block a user