mirror of
https://github.com/Architeuthis-Flux/Jumperless.git
synced 2024-11-28 01:11:00 +01:00
8 lines
195 B
Plaintext
8 lines
195 B
Plaintext
python3 -m PyInstaller \
|
|
--icon="/Users/kevinsanto/JumperlessWokwiBridge/icon.icns" \
|
|
-y \
|
|
--console \
|
|
--windowed \
|
|
--target-arch x86_64 \
|
|
--add-binary "arduino-cli:." \
|
|
JumperlessWokwiBridge.py |