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

setup: add taskbar.exe

Changeset 1f5a7c1a9606

Parent 24acf2a08dd0

by Steve Borho

Changes to one file · Browse files at 1f5a7c1a9606 Showing diff from parent 24acf2a08dd0 Diff from another changeset...

 
96
97
98
 
 
 
99
100
101
 
96
97
98
99
100
101
102
103
104
@@ -96,6 +96,9 @@
  {'script':'hg', 'icon_resources':[(0,'icons/hg.ico')]},   {'script':'hgtk', 'icon_resources':[(0,'icons/thg_logo.ico')]}   ] + extra['windows'] = [ + {'script':'taskbar.py', 'icon_resources':[(0,'icons/thg_logo.ico')]} + ]  except ImportError:   pass