Skip to content

Commit

Permalink
Doc: Add a warning in the docs that the -u option does not work on Wi…
Browse files Browse the repository at this point in the history
…ndows.

The relevant issue pyinstaller#1441 which will maybe provide a fix in the future is linked.
  • Loading branch information
bene64 committed Oct 2, 2020
1 parent b1d9195 commit e49c1ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/spec-files.rst
Expand Up @@ -359,6 +359,8 @@ For example modify the spec file this way::
exclude_binaries=...
)

.. Warning:: The ``u`` option does not work on Windows. See this `GitHub issue <https://github.com/pyinstaller/pyinstaller/issues/1441>`_ for more details.


.. _spec file options for a mac os x bundle:

Expand Down

0 comments on commit e49c1ca

Please sign in to comment.