Skip to content

Commit a9c6705

Browse files
feat: resolve PyInstaller DLL concurrent access conflict (#13)
1 parent a147aad commit a9c6705

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/build_binaries.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ def build_binary():
6565

6666
cmd = [
6767
"pyinstaller",
68-
"--onefile",
68+
"--onefile",
69+
"--runtime-tmpdir", "./temp",
6970
"--name", binary_name,
7071
"--console",
7172
"--paths", ".",

0 commit comments

Comments
 (0)