From 0a645090c78a4065a6fcb28dd50c29cf61b85d7e Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Fri, 22 Aug 2008 17:31:09 -0700 Subject: [PATCH] Added Luminotes icon to the installer executable itself. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 76c3c61..f98f6cb 100644 --- a/setup.py +++ b/setup.py @@ -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]"