Skip to content

Commit 6271c2b

Browse files
authored
Fstring missing from build
1 parent acf751b commit 6271c2b

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
@@ -18,7 +18,7 @@
1818
PyInstaller.__main__.run([
1919
'launcher.py',
2020
'--name',
21-
'{"swish" if platform.system() == "Windows" else "swish-linux" if platform.system() == "Linux" else "swish"}',
21+
f'{"swish" if platform.system() == "Windows" else "swish-linux" if platform.system() == "Linux" else "swish"}',
2222
'--distpath',
2323
'dist',
2424
'--exclude-module',

0 commit comments

Comments
 (0)