v1.8.2 - Fixed a bug with Ag and webinstall.

This commit is contained in:
TheWahlolly
2025-05-31 17:36:29 +03:00
parent 37a32069fd
commit 6fbd5a7d35
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
local loadfile = ...
local filesystem = loadfile("/halyde/lib/filesystem.lua")(loadfile)
_G._OSVERSION = "Halyde 1.8.2"
_G._OSVERSION = "Halyde 1.8.3"
_G._OSLOGO = ""
local handle, tmpdata = filesystem.open("/halyde/config/oslogo.ans", "r"), nil
repeat