There are few options that support LOVE 12.0 packaging. love-build (https://github.com/ellraiser/love-build) does, but it requires some custom work to make it happen. Here's what you need to know to pull it off.
I'm working on OS X 15.6. There may be platform specificities to this.
- Download the binaries for love-build, available here: https://github.com/ellraiser/love-build/releases/tag/v0.9
- Download the love-12 zip files here: https://github.com/ellraiser/love-build/tree/main/src
- Place the love-12 zip files in
SAVE_DIR/love-build/cache/
- On OS X, this is
~/Library/Application Support/love-build/cache
- I'm not sure on other platforms, but if you try to build a LOVE 12 project WITHOUT these, the app will helpfully open the directory that needs the cached files.
- On OS X, this is
- Add a
build.lua
file to the root of your project directory. Follow the README.md instructions from here: https://github.com/ellraiser/love-build