Skip to content

Build a standalone executable

Eric R. Schulz requested to merge ers35/platonic-music-engine:luastatic into dev

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