-
Notifications
You must be signed in to change notification settings - Fork 360
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
App bundle for macOS #279
Labels
enhancement
New feature or request
Comments
I created a workaround for this issue by creating a zsh script for launching the exe, which is run when opening the app bundle:
This works, but doesn't solve the core issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What feature do you want to get added? And how it will work?
This is kind of both a feature request and a bug report.
It would be great if the project provided an app bundle for macOS when releasing new versions.
But in the meantime, I was making my own bundle script. But I am having an issue where the game will launch when using terminal, but will not launch when double-clicking the app bundle. This issue usually means there is a problem with the Info.plist file, but I can't identify anything out of the ordinary.
For your reference, here is the script I wrote:
The text was updated successfully, but these errors were encountered: