pyinstaller -F -w -n Z2M-Flasher -i icon.icns z2mflasher/__main__.py
- Start up VM
- Install Python (3) from App Store
- Download z2m-flasher from GitHub
pip install -e.
andpip install pyinstaller
- Check with
python -m z2mflasher.__main__
python -m PyInstaller.__main__ -F -w -n Z2M-Flasher -i icon.ico z2mflasher\__main__.py
- Go to
dist
folder, check Z2M-Flasher.exe works.