mirror of
https://github.com/marcelstoer/nodemcu-pyflasher.git
synced 2025-04-19 12:57:17 +00:00
8 lines
263 B
Bash
Executable File
8 lines
263 B
Bash
Executable File
pyinstaller --noconfirm --log-level=INFO \
|
|
--onefile --windowed \
|
|
--name="NodeMCU PyFlasher" \
|
|
--icon=./images/icon-256.icns \
|
|
--osx-bundle-identifier=com.frightanic.nodemcu-pyflasher \
|
|
--upx-dir=/usr/local/share/ \
|
|
nodemcu-pyflasher.spec
|