v2.0.1 - Quickly fixed argentum.cfg to include the Unicode library

This commit is contained in:
Ponali
2025-07-07 17:53:55 +02:00
parent c0929bf639
commit d881e5facf
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
local loadfile = ...
local filesystem = loadfile("/halyde/lib/filesystem.lua")(loadfile)
_G._OSVERSION = "Halyde 2.0.0"
_G._OSVERSION = "Halyde 2.0.1"
_G._OSLOGO = ""
local handle, tmpdata = filesystem.open("/halyde/config/oslogo.ans", "r"), nil
repeat