Bläddra i källkod

ENH: Handle the no-icon case

Andy Cedilnik 20 år sedan
förälder
incheckning
f816c4e09b
1 ändrade filer med 4 tillägg och 1 borttagningar
  1. 4 1
      Modules/NSIS.template.in

+ 4 - 1
Modules/NSIS.template.in

@@ -394,7 +394,10 @@ FunctionEnd
 ;--------------------------------
 ; Define some macro setting for the gui
 
-  !define MUI_HEADERIMAGE_BITMAP "@CPACK_PACKAGE_ICON@"
+  !define CPACK_PACKAGE_ICON@CPACK_PACKAGE_ICON@
+  !ifndef CPACK_PACKAGE_ICON
+    !define MUI_HEADERIMAGE_BITMAP "@CPACK_PACKAGE_ICON@"
+  !endif
 
 ;--------------------------------
 ;Pages