Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.0, 1.0.1, and 1.0.2

stable setup.py: provide specific description for thgtaskbar.exe py2exe options

Before this change, thgtaskbar.exe had "Windows shell extension for Mercurial VCS"
for the file description in the version resource.

Now it is "TortoiseHg Overlay Icon Server".

Changeset fa9c420c3ede

Parent d2ec324d789c

by Adrian Buehlmann

Changes to one file · Browse files at fa9c420c3ede Showing diff from parent d2ec324d789c Diff from another changeset...

Change 1 of 1 Show Entire File setup.py Stacked
 
130
131
132
 
133
134
135
 
130
131
132
133
134
135
136
@@ -130,6 +130,7 @@
  extra['windows'] = [   {'script':'thgtaskbar.py',   'icon_resources':[(0,'icons/thg_logo.ico')], + 'description':'TortoiseHg Overlay Icon Server',   'copyright':thgcopyright,   'product_version':version}   ]