mirror of
https://github.com/tcsenpai/pensieve.git
synced 2025-06-02 17:30:08 +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"--add-data",
|
||||
f"{modelscope_path}:modelscope",
|
||||
"--onedir",
|
||||
"--onefile",
|
||||
"--noupx",
|
||||
"--clean",
|
||||
"--strip",
|
||||
|
Loading…
x
Reference in New Issue
Block a user