v1.0.2 - Fixed a bug with /home/ being nonexistent on install and mkdir not functioning.

This commit is contained in:
TheWahlolly
2025-05-18 20:46:12 +03:00
parent 7ddeaeed23
commit c363c78dd3
4 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
local loadfile = ...
local filesystem = loadfile("/halyde/lib/filesystem.lua")(loadfile)
_G._OSVERSION = "Halyde 1.0.1"
_G._OSVERSION = "Halyde 1.0.2"
function _G.import(module, ...)
local args = table.pack(...)