Modified WebInstall. Also reverted version to v1.0.1 which was mistakenly increased.

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