Skip to content

Commit

Permalink
try onedir
Browse files Browse the repository at this point in the history
  • Loading branch information
jopohl committed Feb 28, 2022
1 parent c57d123 commit b5c2b3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/pyinstaller_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ def run_pyinstaller(cmd_list: list):

if __name__ == '__main__':
cmd = ["pyinstaller", "--clean"]
#if sys.platform == "darwin":
# cmd.append("--onefile")
if sys.platform == "darwin":
cmd.append("--onedir")

for hidden_import in HIDDEN_IMPORTS:
cmd.append("--hidden-import={}".format(hidden_import))
Expand Down

0 comments on commit b5c2b3f

Please sign in to comment.