Changed the version numbers incorrectly... Should be good now.
This commit is contained in:
+2
-2
@@ -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",
|
||||
|
||||
@@ -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/
|
||||
|
||||
@@ -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,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
|
||||
|
||||
Reference in New Issue
Block a user