Skip to content

Commit 3a07356

Browse files
committed
update
1 parent 87c2cf9 commit 3a07356

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ __pycache__/
8484
.Python
8585
build/
8686
develop-eggs/
87-
dist/
87+
#dist/
8888
downloads/
8989
eggs/
9090
.eggs/

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,12 @@ pip install mqttclient
4848
pyinstaller MQTTClient.py -w --windowed
4949

5050
### Windows
51-
pyinstaller --add-data 'icon.png:.' --add-data 'README.md:.' --add-data 'LICENSE:.' --icon=icon.ico MQTTClient.py --noconsole
51+
52+
pyinstaller MQTTClient.py -w --windowed
5253

5354
### Linux
54-
pyinstaller --add-data 'icon.png:.' --add-data 'README.md:.' --add-data 'LICENSE:.' --icon=icon.ico MQTTClient.py --noconsole
55+
56+
pyinstaller MQTTClient.py -w --windowed
5557

5658
## Using TestPyPI with Twine
5759

dist/MQTTClient_x64_0v3.zip

9.15 MB
Binary file not shown.

0 commit comments

Comments
 (0)