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 915969e commit 52d7445Copy full SHA for 52d7445
build.py
@@ -24,6 +24,7 @@
24
'--exclude-module',
25
'_bootlocale',
26
'--onefile',
27
- '--add-binary',
28
- f'./bin/ffmpeg.exe{delim}.'
+ f'{"--add-binary'" if platform.system() != "Linux" else ""}',
+ f'{"./bin/ffmpeg.exe;." if platform.system() == "Windows" else "" if platform.system() == "Linux" else "./bin/ffmpeg:."}',
29
+
30
])
0 commit comments