Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8.2, 0.8.3, and 0.9

stable setup: add windows executables

Changeset 594b19902124

Parent 154e4a554304

by Steve Borho

Changes to one file · Browse files at 594b19902124 Showing diff from parent 154e4a554304 Diff from another changeset...

Change 1 of 1 Show Entire File setup.py Stacked
 
97
98
99
 
 
 
 
 
 
 
 
100
101
102
 
97
98
99
100
101
102
103
104
105
106
107
108
109
110
@@ -97,6 +97,14 @@
  "optimize" : 1   }   } + extra['console'] = [ + {'script':'../build-hg/hg', 'icon_resources':[(0,'icons/hg.ico')]}, + {'script':'hgtk', 'icon_resources':[(0,'icons/thg_logo.ico')]} + ] + extra['windows'] = [ + {'script':'thgtaskbar.py', + 'icon_resources':[(0,'icons/thg_logo.ico')]} + ]     return _scripts, _packages, _data_files, extra