mirror of
https://github.com/marcelstoer/nodemcu-pyflasher.git
synced 2025-04-19 21:07:18 +00:00
6 lines
127 B
Bash
Executable File
6 lines
127 B
Bash
Executable File
#!/usr/bin/env bash
|
|
#rm -fr build dist
|
|
pyinstaller --log-level=DEBUG \
|
|
--noconfirm \
|
|
build-on-mac.spec
|