Skip to content

Commit 24d09a6

Browse files
Rename designer startup script to 'pygubu-designer'. fixes alejandroautalan#20
1 parent b0390fe commit 24d09a6

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

bin/pygubu bin/pygubu-designer

File renamed without changes.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def __init__(self, master):
132132
'images/widgets/22x22/*.gif', 'ui/*.ui',
133133
'locale/*/*/*.mo'],
134134
},
135-
scripts=["bin/pygubu"],
135+
scripts=["bin/pygubu-designer"],
136136
cmdclass={
137137
'install': CustomInstall,
138138
},

0 commit comments

Comments
 (0)