Add files via upload

New an better version.

Comming soon traceroute, private channels
This commit is contained in:
Knud Schrøder
2025-11-01 11:08:56 +01:00
committed by GitHub
parent fa56b3d5c9
commit e4462d4d75
3 changed files with 425 additions and 364 deletions

Binary file not shown.

View File

@@ -1,5 +1,9 @@
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"
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

File diff suppressed because it is too large Load Diff