mirror of
https://github.com/dk98174003/Meshtastic-Client.git
synced 2026-03-28 17:32:36 +01:00
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"
|
|
|