X Tutup
Skip to content

Commit 9f17fa6

Browse files
authored
Update README-pyinstaller.md
1 parent 041bcd8 commit 9f17fa6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

examples/pyinstaller/README-pyinstaller.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ Table of contents:
1212

1313
This is an example of using [PyInstaller](http://www.pyinstaller.org/)
1414
packager to build executable from one of CEF Python's examples
15-
(wxpython.py). Only Windows platform is currently supported.
15+
(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.
1619

1720
To install required packages type:
1821
```

0 commit comments

Comments
 (0)
X Tutup