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 b3a267d commit e179e89Copy full SHA for e179e89
build.py
@@ -18,7 +18,7 @@
18
PyInstaller.__main__.run([
19
'launcher.py',
20
'--name',
21
- '{"swish" if platform.system() != "Windows" else "swish-linux"}',
+ '{"swish" if platform.system() == "Windows" else "swish-linux" if platform.system() == "Linux" else "swish"}',
22
'--distpath',
23
'dist',
24
'--exclude-module',
0 commit comments