Changed the version numbers incorrectly... Should be good now.

This commit is contained in:
TheWahlolly
2025-05-23 18:31:25 +03:00
parent ba6549fa9c
commit 07c4f447c3
4 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
local agcfg = {
["halyde"] = {
["maindir"] = "",
["version"] = "1.7.1",
["version"] = "1.7.0",
["description"] = "A universal, customizable and feature-packed operating system for OpenComputers.",
["directories"] = {
"halyde/apps",
@@ -56,7 +56,7 @@ local agcfg = {
},
["argentum"] = {
["maindir"] = "",
["version"] = "1.0.0",
["version"] = "1.0.1",
["description"] = "The default package manager for Halyde.",
["directories"] = {
"argentum",
+3 -3
View File
@@ -1,6 +1,6 @@
Aargentum/store/
Aargentum/
V1.0.1
Aargentum/registry.cfg
Ahalyde/apps/argentum.lua
Ahalyde/apps/helpdb/argentum.txt
V1.0.1
Aargentum/
Aargentum/store/
+1 -1
View File
@@ -4,7 +4,7 @@ Ahalyde/core/
Ahalyde/config/
Ahalyde/apps/helpdb/
Ahalyde/apps/
V1.7.1
V1.7.0
Ainit.lua
Ahalyde/apps/helpdb/cat.txt
Ahalyde/apps/helpdb/cd.txt
+1 -1
View File
@@ -1,7 +1,7 @@
local loadfile = ...
local filesystem = loadfile("/halyde/lib/filesystem.lua")(loadfile)
_G._OSVERSION = "Halyde 1.7.1"
_G._OSVERSION = "Halyde 1.7.0"
_G._OSLOGO = ""
local handle, tmpdata = filesystem.open("/halyde/config/oslogo.ans", "r"), nil
repeat