We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f468734 commit acf751bCopy full SHA for acf751b
build.py
@@ -24,7 +24,7 @@
24
'--exclude-module',
25
'_bootlocale',
26
'--onefile',
27
- f'{"--add-binary'" if platform.system() != "Linux" else ""}',
+ f'{"--add-binary" if platform.system() != "Linux" else ""}',
28
f'{"./bin/ffmpeg.exe;." if platform.system() == "Windows" else "" if platform.system() == "Linux" else "./bin/ffmpeg:."}',
29
30
])
0 commit comments