Skip to content

Commit

Permalink
Update bundle.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
NoryiE committed May 8, 2024
1 parent cb47bcc commit e1326f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundle.lua
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ file.write(content:gsub("\t", " "):gsub("\n", " "))
file.close()
end

if(args~=nil)then
if(#args>=1)then
print("Bundling...")
bundleProject(args[1], args[2] or "main", args[3] or "basalt.lua", args[4] or false)
print("Done!")
Expand Down

0 comments on commit e1326f8

Please sign in to comment.