Skip to content
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

Added documentation directory, added instructions for creating a working .app on macOS (with needed scripts), and added macOS icon #88

Merged
merged 5 commits into from
Nov 9, 2023

Conversation

AkikoKumagara
Copy link
Member

This mostly resolves #3 but does not yet codesign the .app package. I remove the codesign generated by pyinstaller for now because we're modifying the .app package after signing it. This probably isn't a necessary step but does prevent potential issues.

The documentation directory felt like a good idea and a good place to put all that that's out of the way but still accessible.

Thanks for looking :)

Added instructions for generating a .app package for GModCEFCodecFix, as well as a directory to drop other documentation into.
Added launcher.sh, a proxy for running the Terminal version of GModCEFCodecFix inside of a .app package.
Generates a .app package from a shell script;
Source: https://gist.github.com/mathiasbynens/674099
Fixed missing file extension for appgen instructions.
@WinterPhoenix WinterPhoenix merged commit 6746724 into solsticegamestudios:master Nov 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Change macOS version to use .app, properly code-sign it, and add Icons
2 participants