v1.0.3 - Fixed WebInstall again. Hopefully for the last time.
This commit is contained in:
+1
-1
@@ -110,7 +110,7 @@ end
|
||||
local webInstallConfig = getFile("https://raw.githubusercontent.com/Team-Cerulean-Blue/Halyde/refs/heads/main/argentum.cfg")
|
||||
webInstallConfig = load(webInstallConfig)
|
||||
webInstallConfig = webInstallConfig()
|
||||
local installationOrder = {"halyde", "edit", "argentum"}
|
||||
local installationOrder = {"halyde", "edit", "argentum", "webinstall-extras"}
|
||||
local oldFiles = {}
|
||||
for oldFile in fs.list(installLocation) do
|
||||
local usedFlag = false
|
||||
|
||||
Reference in New Issue
Block a user