forked from iarv/Meshtastic-Client
6 lines
313 B
Batchfile
6 lines
313 B
Batchfile
pyinstaller --clean --noconsole --onefile --name "MeshtasticClient" ^
|
|
--icon="D:\SynologyDrive\GIT\Meshtastic\Meshtastic_client\meshtastic.ico" ^
|
|
--add-data "D:\SynologyDrive\GIT\Meshtastic\Meshtastic_client\meshtastic.ico;." ^
|
|
"D:\SynologyDrive\GIT\Meshtastic\Meshtastic_client\meshtastic_client.py"
|
|
|