This commit is contained in:
Robert Jelic
2022-07-08 21:06:25 +02:00

View File

@@ -1230,7 +1230,7 @@ local function installProject()
addToInstallLog("Installed: "..projectDir.."/"..v) addToInstallLog("Installed: "..projectDir.."/"..v)
end end
addToInstallLog("Finished downloading!") addToInstallLog("Finished downloading!")
if(sOrM:getValue().args)then if(sOrM:getValue().args[1])then
if(minProject:getValue())then if(minProject:getValue())then
addToInstallLog("Packaging and minifying project to a single file...") addToInstallLog("Packaging and minifying project to a single file...")
else else