v1.7.1 - Whoops! Another bug!

This commit is contained in:
TheWahlolly
2025-05-23 18:30:04 +03:00
parent 7f3695e5e9
commit ba6549fa9c
4 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
local agcfg = { local agcfg = {
["halyde"] = { ["halyde"] = {
["maindir"] = "", ["maindir"] = "",
["version"] = "1.7.0", ["version"] = "1.7.1",
["description"] = "A universal, customizable and feature-packed operating system for OpenComputers.", ["description"] = "A universal, customizable and feature-packed operating system for OpenComputers.",
["directories"] = { ["directories"] = {
"halyde/apps", "halyde/apps",
+1 -1
View File
@@ -4,7 +4,7 @@ Ahalyde/core/
Ahalyde/config/ Ahalyde/config/
Ahalyde/apps/helpdb/ Ahalyde/apps/helpdb/
Ahalyde/apps/ Ahalyde/apps/
V1.7.0 V1.7.1
Ainit.lua Ainit.lua
Ahalyde/apps/helpdb/cat.txt Ahalyde/apps/helpdb/cat.txt
Ahalyde/apps/helpdb/cd.txt Ahalyde/apps/helpdb/cd.txt
+1
View File
@@ -2,6 +2,7 @@ local packages = {...}
local command = packages[1] local command = packages[1]
table.remove(packages, 1) table.remove(packages, 1)
local fs = import("filesystem") local fs = import("filesystem")
local component = import("component")
local agReg = import("/argentum/registry.cfg") local agReg = import("/argentum/registry.cfg")
if not command then if not command then
shell.run("help argentum") shell.run("help argentum")
+1 -1
View File
@@ -1,7 +1,7 @@
local loadfile = ... local loadfile = ...
local filesystem = loadfile("/halyde/lib/filesystem.lua")(loadfile) local filesystem = loadfile("/halyde/lib/filesystem.lua")(loadfile)
_G._OSVERSION = "Halyde 1.7.0" _G._OSVERSION = "Halyde 1.7.1"
_G._OSLOGO = "" _G._OSLOGO = ""
local handle, tmpdata = filesystem.open("/halyde/config/oslogo.ans", "r"), nil local handle, tmpdata = filesystem.open("/halyde/config/oslogo.ans", "r"), nil
repeat repeat