diff --git a/compile.bat b/compile.bat new file mode 100644 index 0000000..23c2032 --- /dev/null +++ b/compile.bat @@ -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" +