Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.5, 0.6, and 0.7

setup: create hgtk executable with py2exe

Changeset ab85eddf519f

Parent 74e38d33dd70

by TK Soh

Changes to one file · Browse files at ab85eddf519f Showing diff from parent 74e38d33dd70 Diff from another changeset...

Change 1 of 1 Show Entire File setup.py Stacked
 
53
54
55
56
 
57
58
59
 
53
54
55
 
56
57
58
59
@@ -53,7 +53,7 @@
  "icon_resources": [(1, "icons/tortoise/python.ico")]}   ]   extra['com_server'] = ["tortoisehg"] - extra['console'] = ["contrib/hg"] + extra['console'] = ["contrib/hg", "contrib/hgtk"]    opts = {   "py2exe" : {