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
+1 -1
View File
@@ -1,7 +1,7 @@
local loadfile = ...
local filesystem = loadfile("/halyde/lib/filesystem.lua")(loadfile)
_G._OSVERSION = "Halyde 1.8.3"
_G._OSVERSION = "Halyde 1.8.4"
_G._OSLOGO = ""
local handle, tmpdata = filesystem.open("/halyde/config/oslogo.ans", "r"), nil
repeat