v1.8.4 - Fixed a bug with mkdir and with /mnt not being generated on install.

This commit is contained in:
TheWahlolly
2025-05-31 17:51:19 +03:00
parent 6fbd5a7d35
commit eb9716ba68
4 changed files with 6 additions and 5 deletions
+3 -2
View File
@@ -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",