Skip to content

Commit

Permalink
fix(pyinstaller): use onefile
Browse files Browse the repository at this point in the history
  • Loading branch information
arkohut committed Oct 4, 2024
1 parent 8c557bb commit 2e82ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_executable.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def build_executable():
f"{magika_path}:magika",
f"--add-data",
f"{modelscope_path}:modelscope",
"--onedir",
"--onefile",
"--noupx",
"--clean",
"--strip",
Expand Down

0 comments on commit 2e82ad8

Please sign in to comment.