esphome-flasher/build.sh

11 lines
334 B
Bash
Raw Normal View History

2016-12-29 23:11:56 +01:00
#!/usr/bin/env bash
2016-12-31 00:17:59 +01:00
rm -fr build dist
pyinstaller --log-level=DEBUG \
--windowed \
--icon=./images/icon-256.icns \
--name="NodeMCU-PyFlasher" \
--noconfirm \
--onefile \
--osx-bundle-identifier=com.frightanic.nodemcu-pyflasher \
nodemcu-pyflasher.py