Skip to content

Commit

Permalink
fixing build script
Browse files Browse the repository at this point in the history
  • Loading branch information
AmberSahdev committed May 1, 2024
1 parent d6c4170 commit 76547b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def compile(signing_key=None):
# '--onefile', # NOTE: Might not work on Windows. Also discouraged to enable both windowed and one file on Mac.

# Where to find necessary packages to bundle (python3 -m pip show xxx)
'--paths=./venv/lib/python3.9/site-packages',
'--paths=./env/lib/python3.12/site-packages',

# Packaging fails without explicitly including these modules here as shown by the logs outputted by debug=all
'--hidden-import=pyautogui',
Expand Down

0 comments on commit 76547b0

Please sign in to comment.