Skip to content

Commit b3a267d

Browse files
authored
Add different names per build
1 parent e4a35b8 commit b3a267d

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',
21+
'{"swish" if platform.system() != "Windows" else "swish-linux"}',
2222
'--distpath',
2323
'dist',
2424
'--exclude-module',

0 commit comments

Comments
 (0)