witten
/
luminotes
Archived
1
0
Fork 0

Created a Windows application icon and embedded it into generated Luminotes executable.

This commit is contained in:
Dan Helfman 2008-08-22 16:48:22 -07:00
parent fb3902c9e3
commit 86283a2fde
3 changed files with 11 additions and 2 deletions

5
NEWS
View File

@ -1,3 +1,8 @@
1.?
* Created a Windows application icon and embedded it into generated
Luminotes executable.
*
1.4.27: August 22, 2008
* Fixed a bug in tools/initdb.py and tools/updatedb.py that caused them to
only use some of the configured settings.

View File

@ -19,7 +19,10 @@ class Luminotes( Distribution ):
self.ctypes_com_server = []
self.com_server = []
self.services = []
self.windows = [ "luminotes.py" ]
self.windows = [ dict(
script = "luminotes.py",
icon_resources = [ ( 0, "static\\images\\luminotes.ico" ) ],
) ]
self.console = []
self.service = []
self.isapi = []

View File

@ -29,6 +29,7 @@ http://groups-beta.google.com/groups/roundedcorners?c=b0d0ff&bc=fafafa&w=6&h=6&a
The title image is in a 50 pt Qlassik medium font, with a 25 pt sub-heading
and a manually modified "k" character.
The luminotes.ico Windows icon was created with the following command:
The luminotes.ico Windows icon was created by converting favicon*.xcf to PNG with
the Gimp and then running the following command on the resulting PNGs:
icotool -c -t 0 favicon.png favicon_large.png favicon_quite_large.png -o luminotes.ico