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 e1326f8 commit 38720e6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions bundle.lua
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,7 @@ file.close()
end

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

return bundleProject

0 comments on commit 38720e6

Please sign in to comment.