Skip to content

Commit 8d3eaf2

Browse files
committed
Update ui.lua
1 parent 398f800 commit 8d3eaf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/ui.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -319,13 +319,13 @@ local function installBasalt()
319319
end
320320

321321
if(version:getValue().text=="Single File")then
322-
installer.downloadCustomBasalt({objects = objectList, plugins = pluginList}, "packed", fileName, branch:getValue(), minified:getValue())
322+
installer.downloadCustomBasalt({objects = objectList, plugins = pluginList}, "packed", fileName, branch:getValue().text, minified:getValue())
323323
end
324324
if(version:getValue().text=="Release")then
325325
installer.downloadRelease(fileName, release:getValue().args[1])
326326
end
327327
if(version:getValue().text=="Source")then
328-
installer.downloadCustomBasalt({objects = objectList, plugins = pluginList}, "source", fileName, branch:getValue())
328+
installer.downloadCustomBasalt({objects = objectList, plugins = pluginList}, "source", fileName, branch:getValue().text)
329329
end
330330

331331
doneBtn:show()

0 commit comments

Comments
 (0)