dion 2003/10/14 00:06:30 Modified: nsis/src/plugin-resources/templates setup.jelly Log: Don't add branding image if no logo Revision Changes Path 1.5 +3 -1 maven-plugins/nsis/src/plugin-resources/templates/setup.jelly Index: setup.jelly =================================================================== RCS file: /home/cvs/maven-plugins/nsis/src/plugin-resources/templates/setup.jelly,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- setup.jelly 14 Oct 2003 07:00:45 -0000 1.4 +++ setup.jelly 14 Oct 2003 07:06:30 -0000 1.5 @@ -43,7 +43,9 @@ ; branding with logo ; FIXME: position and size need to be properties -AddBrandingImage left 70|267 +!ifdef PROJECT_LOGO + AddBrandingImage left 70|267 +!endif ; Sets the font of the installer SetFont "Arial" 8
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]