mirror of
https://github.com/dk98174003/Meshtastic-Client.git
synced 2026-06-14 03:04:49 +02:00
Add files via upload
New an better version. Comming soon traceroute, private channels
This commit is contained in:
Binary file not shown.
+8
-4
@@ -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
|
||||
+417
-360
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user