mirror of
https://github.com/dk98174003/Meshtastic-Client.git
synced 2026-03-28 17:32:36 +01:00
Add files via upload
New an better version. Comming soon traceroute, private channels
This commit is contained in:
Binary file not shown.
12
compile.bat
12
compile.bat
@@ -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
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user