File tree Expand file tree Collapse file tree 3 files changed +13
-12
lines changed Expand file tree Collapse file tree 3 files changed +13
-12
lines changed Original file line number Diff line number Diff line change @@ -63,4 +63,10 @@ python setup.py py2app -A --iconfile icon.png
6363
6464### Windows
6565
66- python setup.py py2exe --iconfile icon.png
66+ python setup.py py2exe -A --iconfile icon.png
67+
68+ ## auto-py-to-exe
69+
70+ ### Windows
71+
72+ python auto-py-to-exe
Original file line number Diff line number Diff line change 11paho-mqtt
22pyinstaller
33configparser
4- py2app
4+ py2app == 0.24
5+ auto-py-to-exe
Original file line number Diff line number Diff line change 11"""
2- py2app/py2exe build script for MyApplication.
2+ This is a setup.py script generated by py2applet
33
4- Will automatically ensure that all build prerequisites are available
5- via ez_setup
6-
7- Usage (Mac OS X):
8- python setup.py py2app
9-
10- Usage (Windows):
11- python setup.py py2exe
4+ Usage:
5+ python setup.py py2app
126"""
137
148from setuptools import setup
159
16- APP = ['MQTTClient.py' ]
10+ APP = ['. \\ MQTTClient.py' ]
1711DATA_FILES = []
1812OPTIONS = {}
1913
You can’t perform that action at this time.
0 commit comments