Skip to content

Build a standalone executable

luastatic allows you to build a standalone executable that you can give to an end user to run without Lua installed. I added a main.lua file that's sole purpose is to run a script. This way, you can pair the main executable with a music script for easy distribution.

Merge request reports