Skip to content

Commit 907d495

Browse files
Copilothsluoyz
andcommitted
Remove --runtime-tmpdir flag to prevent DLL accumulation in user directories
Co-authored-by: hsluoyz <[email protected]>
1 parent 0b01850 commit 907d495

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/build_binaries.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ def build_binary():
6666
cmd = [
6767
"pyinstaller",
6868
"--onefile",
69-
"--runtime-tmpdir", "./temp",
7069
"--name", binary_name,
7170
"--console",
7271
"--paths", ".",

0 commit comments

Comments
 (0)