We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 041bcd8 commit 9f17fa6Copy full SHA for 9f17fa6
examples/pyinstaller/README-pyinstaller.md
@@ -12,7 +12,10 @@ Table of contents:
12
13
This is an example of using [PyInstaller](http://www.pyinstaller.org/)
14
packager to build executable from one of CEF Python's examples
15
-(wxpython.py). Only Windows platform is currently supported.
+(wxpython.py). Although this pyinstaller example supports only packaging
16
+on Windows, CEF can be packaged on all platforms without problems, but
17
+this specific packaging example just wasn't tested on other platforms.
18
+Pull requests are welcome.
19
20
To install required packages type:
21
```
0 commit comments