Commit 371a19ed9093b9379190b4fecf9fc49710a96842

Authored by Perry Werneck
1 parent e2561470

Fixing customized build.

Showing 1 changed file with 3 additions and 3 deletions   Show diff stats
win/pw3270.nsi.in
... ... @@ -43,9 +43,9 @@ XPStyle on
43 43 installDir "$@PROGRAMFILES@\@PRODUCT_NAME@"
44 44  
45 45 #define the installer icon
46   -!define MUI_ICON "@PACKAGE@.ico"
47   -!define MUI_UNICON "@PACKAGE@.ico"
48   -icon "@PACKAGE@.ico"
  46 +!define MUI_ICON "@PRODUCT_NAME@.ico"
  47 +!define MUI_UNICON "@PRODUCT_NAME@.ico"
  48 +icon "@PRODUCT_NAME@.ico"
49 49  
50 50 # Get installation folder from registry if available
51 51 InstallDirRegKey HKLM "Software\@PRODUCT_NAME@" "InstallLocation"
... ...