witten
/
luminotes
Archived
1
0
Fork 0

Added Luminotes icon to the installer executable itself.

This commit is contained in:
Dan Helfman 2008-08-22 17:31:09 -07:00
parent 86283a2fde
commit 0a645090c7
1 changed files with 1 additions and 0 deletions

View File

@ -93,6 +93,7 @@ class InnoScript:
print >> ofi, r"AppVerName=%s %s" % (self.name, self.version)
print >> ofi, r"DefaultDirName={pf}\%s" % self.name
print >> ofi, r"DefaultGroupName=%s" % self.name
print >> ofi, r"SetupIconFile=static\images\luminotes.ico"
print >> ofi
print >> ofi, r"[Files]"