Changed the version numbers incorrectly... Should be good now.
This commit is contained in:
+2
-2
@@ -1,7 +1,7 @@
|
|||||||
local agcfg = {
|
local agcfg = {
|
||||||
["halyde"] = {
|
["halyde"] = {
|
||||||
["maindir"] = "",
|
["maindir"] = "",
|
||||||
["version"] = "1.7.1",
|
["version"] = "1.7.0",
|
||||||
["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",
|
||||||
@@ -56,7 +56,7 @@ local agcfg = {
|
|||||||
},
|
},
|
||||||
["argentum"] = {
|
["argentum"] = {
|
||||||
["maindir"] = "",
|
["maindir"] = "",
|
||||||
["version"] = "1.0.0",
|
["version"] = "1.0.1",
|
||||||
["description"] = "The default package manager for Halyde.",
|
["description"] = "The default package manager for Halyde.",
|
||||||
["directories"] = {
|
["directories"] = {
|
||||||
"argentum",
|
"argentum",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
|
Aargentum/store/
|
||||||
|
Aargentum/
|
||||||
|
V1.0.1
|
||||||
Aargentum/registry.cfg
|
Aargentum/registry.cfg
|
||||||
Ahalyde/apps/argentum.lua
|
Ahalyde/apps/argentum.lua
|
||||||
Ahalyde/apps/helpdb/argentum.txt
|
Ahalyde/apps/helpdb/argentum.txt
|
||||||
V1.0.1
|
|
||||||
Aargentum/
|
|
||||||
Aargentum/store/
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ Ahalyde/core/
|
|||||||
Ahalyde/config/
|
Ahalyde/config/
|
||||||
Ahalyde/apps/helpdb/
|
Ahalyde/apps/helpdb/
|
||||||
Ahalyde/apps/
|
Ahalyde/apps/
|
||||||
V1.7.1
|
V1.7.0
|
||||||
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,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.1"
|
_G._OSVERSION = "Halyde 1.7.0"
|
||||||
_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
|
||||||
|
|||||||
Reference in New Issue
Block a user