Skip to content

Commit

Permalink
PyInstaller support fix
Browse files Browse the repository at this point in the history
  • Loading branch information
WerctFourth committed May 4, 2024
1 parent 3dc42ed commit 349371a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autocrop.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,4 +309,5 @@ def main():
input("Press enter to exit.")

if __name__ == "__main__":
multiprocessing.freeze_support()
main()

0 comments on commit 349371a

Please sign in to comment.