v1.8.4 - Fixed a bug with mkdir and with /mnt not being generated on install.
This commit is contained in:
+3
-2
@@ -1,7 +1,7 @@
|
||||
local agcfg = {
|
||||
["halyde"] = {
|
||||
["maindir"] = "",
|
||||
["version"] = "1.8.3",
|
||||
["version"] = "1.8.4",
|
||||
["description"] = "A universal, customizable and feature-packed operating system for OpenComputers.",
|
||||
["directories"] = {
|
||||
"halyde/apps",
|
||||
@@ -9,7 +9,8 @@ local agcfg = {
|
||||
"halyde/config/generate",
|
||||
"halyde/core",
|
||||
"halyde/lib",
|
||||
"home"
|
||||
"home",
|
||||
"mnt"
|
||||
},
|
||||
["files"] = {
|
||||
"init.lua",
|
||||
|
||||
Reference in New Issue
Block a user