mirror of
https://github.com/Architeuthis-Flux/Jumperless.git
synced 2024-11-28 09:20:55 +01:00
7 lines
153 B
Plaintext
7 lines
153 B
Plaintext
|
python3 -m PyInstaller \
|
||
|
--icon="/Users/kevinsanto/JumperlessWokwiBridge/icon.icns" \
|
||
|
-y \
|
||
|
--onefile \
|
||
|
--console \
|
||
|
--windowed \
|
||
|
jumperlesswokwibridge.py
|