Skip to content

Commit

Permalink
Revert last change.
Browse files Browse the repository at this point in the history
  • Loading branch information
vasole committed Nov 29, 2023
1 parent 32cbdcf commit d89fccf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package/pyinstaller/pyinstaller.spec
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,8 @@ excludes = ["fabio", "hdf5plugin", "silx"]
# if this module is included, the interactive console does not work
excludes.append("debugpy")

if sys.platform.startswith("win"):
# This module basically does not work with frozen versions
excludes.append("multiprocessing")
# This module basically does not work with frozen versions
excludes.append("multiprocessing")


# get the script list
Expand Down

0 comments on commit d89fccf

Please sign in to comment.