Skip to content

Commit 741f7cf

Browse files
committed
Update install.lua
1 parent 8d3eaf2 commit 741f7cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/install.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ function installer.generateCustomBasalt(files, basePath, branch)
439439
if(#folder>1)then
440440
project[basePath..path] = {content=installer.get(url), folder=folder[1], filename=folder[#folder], url=url}
441441
else
442-
project[basePath..path] = {content=installer.get(url), folder="", filename=folder[1], url=url}
442+
project[basePath..path] = {content=installer.get(url), folder="", filename=path, url=url}
443443
end
444444
end
445445

0 commit comments

Comments
 (0)