Skip to content

Commit

Permalink
Add a warning in the docs that the -u option does not work on Windows.
Browse files Browse the repository at this point in the history
The relevant issue pyinstaller#1441 which will maybe provide a fix in the future is linked.
  • Loading branch information
bene64 committed Oct 1, 2020
1 parent b1d9195 commit 6570a66
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 6570a66

Please sign in to comment.