Skip to content
This repository was archived by the owner on Jun 3, 2020. It is now read-only.

Commit 180670f

Browse files
author
Hugo Mercier
authored
Merge pull request #11 from Oslandia/more_platform_supported
Update setup.py
2 parents 71b98d5 + 5af308c commit 180670f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
extras_require={
3131
"develop": ()
3232
},
33-
scripts=['script/pglite'] if sys.platform.startswith('linux') else ['script/pglite.bat']
33+
scripts=['script/pglite.bat'] if sys.platform.startswith('win') else ['script/pglite']
3434

3535
# entry_points=dict(console_scripts=[
3636
# 'pglite=pglite.pglite:main',

0 commit comments

Comments
 (0)