mirror of
https://github.com/tcsenpai/pensieve.git
synced 2025-06-06 03:05:25 +00:00
fix(pyinstaller): use onefile
This commit is contained in:
parent
8c557bbd60
commit
2e82ad89ce
@ -38,7 +38,7 @@ def build_executable():
|
|||||||
f"{magika_path}:magika",
|
f"{magika_path}:magika",
|
||||||
f"--add-data",
|
f"--add-data",
|
||||||
f"{modelscope_path}:modelscope",
|
f"{modelscope_path}:modelscope",
|
||||||
"--onedir",
|
"--onefile",
|
||||||
"--noupx",
|
"--noupx",
|
||||||
"--clean",
|
"--clean",
|
||||||
"--strip",
|
"--strip",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user