v1.0.3 - Fixed WebInstall again. Hopefully for the last time.

This commit is contained in:
TheWahlolly
2025-05-18 21:28:18 +03:00
parent c363c78dd3
commit 40c3ea7665
5 changed files with 17 additions and 5 deletions
+13 -1
View File
@@ -1,7 +1,7 @@
local agcfg = {
["halyde"] = {
["maindir"] = "",
["version"] = "1.0.2",
["version"] = "1.0.3",
["description"] = "A universal, customizable and feature-packed operating system for OpenComputers.",
["directories"] = {
"halyde/apps",
@@ -75,6 +75,18 @@ local agcfg = {
"halyde/apps/edit.lua",
"halyde/apps/helpdb/edit.txt"
}
},
["webinstall-extras"] = { -- not actually a package
["directories"] = {
"argentum/store/halyde/files",
"argentum/store/edit/files",
"argentum/store/argentum/files"
},
["files"] = {
"argentum/store/halyde/package.cfg",
"argentum/store/edit/package.cfg",
"argentum/store/argentum/package.cfg",
}
}
}