Skip to content

Commit acf751b

Browse files
authored
Fix fstring build.py
1 parent f468734 commit acf751b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
'--exclude-module',
2525
'_bootlocale',
2626
'--onefile',
27-
f'{"--add-binary'" if platform.system() != "Linux" else ""}',
27+
f'{"--add-binary" if platform.system() != "Linux" else ""}',
2828
f'{"./bin/ffmpeg.exe;." if platform.system() == "Windows" else "" if platform.system() == "Linux" else "./bin/ffmpeg:."}',
2929

3030
])

0 commit comments

Comments
 (0)