Commit f94a8997d75738add5fd15e4b09588f5c7fc3c08

Authored by Perry Werneck
1 parent 49971881

Adding customized icons in windows package.

Showing 1 changed file with 5 additions and 0 deletions   Show diff stats
win/pw3270.nsi.in
... ... @@ -137,6 +137,11 @@ SubSection "@PRODUCT_NAME@" SecMain
137 137 file "/oname=$INSTDIR\locale\pt_BR\LC_MESSAGES\lib@LIBRARY_NAME@.mo" "share\locale\pt_BR\LC_MESSAGES\lib@LIBRARY_NAME@.mo"
138 138 file "/oname=$INSTDIR\locale\pt_BR\LC_MESSAGES\libv3270.mo" "share\locale\pt_BR\LC_MESSAGES\libv3270.mo"
139 139  
  140 + # Customized icons
  141 + CreateDirectory "$INSTDIR\icons"
  142 + file "/oname=$INSTDIR\icons\gtk-connect-symbolic.svg" "share\@PRODUCT_NAME@\icons\gtk-connect-symbolic.svg"
  143 + file "/oname=$INSTDIR\icons\gtk-disconnect-symbolic.svg" "share\@PRODUCT_NAME@\icons\gtk-disconnect-symbolic.svg"
  144 +
140 145 # define uninstaller name
141 146 SetRegView 32
142 147  
... ...