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