forked from iarv/Meshtastic-Client
9 lines
289 B
Batchfile
9 lines
289 B
Batchfile
d:
|
|
cd D:\SynologyDrive\GIT\Meshtastic\Meshtastic_client
|
|
|
|
pyinstaller --clean --noconsole --onefile --name "MeshtasticClient" --icon="meshtastic.ico" --add-data "meshtastic.ico;." "meshtastic_client.py"
|
|
|
|
del MeshtasticClient.spec
|
|
rmdir /S /Q build
|
|
copy dist\*.exe .
|
|
rmdir /S /Q dist |