You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
4712d21708
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.