pyorpg-client
pyorpg-client copied to clipboard
Create an easy way to make executables using py2exe and/or py2app.
cx_freeze was rather simple to get going.
It requires certain modifications however:
- Fonts must be defined. They can't be referred to as 'None'.
- Don't use SysFont - this isn't necessary anyway, since you need to define a certain fontpath (look above)
It might be worth looking into py2exe and py2app, which Frets on Fire seems to be using: https://github.com/fofix/fofix/blob/master/src/setup.py