-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
notes on mac packaging
- build
.dmgusing HDIUTILhdiutil create -volname "FifeChan 1.2.3" -srcfolder /path/to/package -ov -format UDZO fifechan-1.2.3.dmg
- build app package using PyInstaller (probably more important for fifengine itself)
- instead of
python setup.py set_metadata --version=%APPVEYOR_BUILD_VERSION% bdist_wininst --target-version="%PYTHON_VERSION%" - https://pythonhosted.org/PyInstaller/usage.html
- instead of
Metadata
Metadata
Assignees
Labels
No labels