fixed bug where bpm was always creating a single file version
This commit is contained in:
Robert Jelic
2022-07-08 19:53:15 +02:00
committed by GitHub
parent b78bf92cca
commit 5bd827618d

View File

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