Update ui.lua
hopefully last fix
This commit is contained in:
@@ -319,13 +319,13 @@ local function installBasalt()
|
|||||||
end
|
end
|
||||||
|
|
||||||
if(version:getValue().text=="Single File")then
|
if(version:getValue().text=="Single File")then
|
||||||
installer.downloadCustomBasalt({objects = objectList, plugins = pluginList}, "packed", fileName, minified:getValue())
|
installer.downloadCustomBasalt({objects = objectList, plugins = pluginList}, "packed", fileName, branch:getValue(), minified:getValue())
|
||||||
end
|
end
|
||||||
if(version:getValue().text=="Release")then
|
if(version:getValue().text=="Release")then
|
||||||
installer.downloadRelease(fileName, release:getValue().args[1])
|
installer.downloadRelease(fileName, release:getValue().args[1])
|
||||||
end
|
end
|
||||||
if(version:getValue().text=="Source")then
|
if(version:getValue().text=="Source")then
|
||||||
installer.downloadCustomBasalt({objects = objectList, plugins = pluginList}, "source", fileName)
|
installer.downloadCustomBasalt({objects = objectList, plugins = pluginList}, "source", fileName, branch:getValue())
|
||||||
end
|
end
|
||||||
|
|
||||||
doneBtn:show()
|
doneBtn:show()
|
||||||
|
|||||||
Reference in New Issue
Block a user