Add files via upload

This commit is contained in:
Knud Schrøder
2025-10-31 15:02:49 +01:00
committed by GitHub
parent b072b25c9a
commit 80bd4ea118

5
compile.bat Normal file
View File

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