mirror of
https://github.com/dk98174003/Meshtastic-Client.git
synced 2026-06-11 17:54:58 +02:00
Add files via upload
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
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
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 475 KiB |
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,4 @@
|
||||
meshtastic
|
||||
pyserial
|
||||
bleak
|
||||
protobuf
|
||||
Reference in New Issue
Block a user