From 80bd4ea11805759549cacbc77d1cbbd529787a94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Knud=20Schr=C3=B8der?= <37827873+dk98174003@users.noreply.github.com> Date: Fri, 31 Oct 2025 15:02:49 +0100 Subject: [PATCH] Add files via upload --- compile.bat | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 compile.bat 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" +