Skip to content

Commit e179e89

Browse files
authored
Changes to build names
1 parent b3a267d commit e179e89

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"}',
21+
'{"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)