Files
Ryan Carsten Schmidt 4712d21708 love: Use a launcher script instead of a symlink
At least on macOS 14, using a symlink as the CFBundleExecutable no
longer works properly. The love executable runs but it doesn't find the
.love file and start the game. Copying the love executable into the
application bundle works but is undesirable. So use a launcher script
that runs the love executable passing it the path of the .love file.
2024-07-24 05:32:15 -05:00
..