From: Paweł Forysiuk Date: Wed, 22 Aug 2012 12:29:37 +0000 (+0200) Subject: nsis: Be sure to copy 24x24 icons too X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf20c2b7abeaeea380ac2fc0c9301918ac2ff736;p=midori nsis: Be sure to copy 24x24 icons too --- diff --git a/win32/makedist/midori-0.3.3.nsi b/win32/makedist/midori-0.3.3.nsi index d44f7772..b9f23618 100644 --- a/win32/makedist/midori-0.3.3.nsi +++ b/win32/makedist/midori-0.3.3.nsi @@ -160,6 +160,7 @@ SectionEnd !macro InstallIconThemeRenameSmall OPath IPath File "/oname=16x16\${OPath}.png" "${RESOURCEDIR}\share\icons\${ICON_THEME}\16x16\${IPath}.png" File "/oname=22x22\${OPath}.png" "${RESOURCEDIR}\share\icons\${ICON_THEME}\22x22\${IPath}.png" + File "/oname=24x24\${OPath}.png" "${RESOURCEDIR}\share\icons\${ICON_THEME}\24x24\${IPath}.png" File "/oname=32x32\${OPath}.png" "${RESOURCEDIR}\share\icons\${ICON_THEME}\32x32\${IPath}.png" !macroend @@ -181,6 +182,7 @@ SectionEnd !macro CreateIconThemeSectionsSmall SectionPath CreateDirectory "$INSTDIR\share\icons\${ICON_THEME}\16x16\${SectionPath}" CreateDirectory "$INSTDIR\share\icons\${ICON_THEME}\22x22\${SectionPath}" + CreateDirectory "$INSTDIR\share\icons\${ICON_THEME}\24x24\${SectionPath}" CreateDirectory "$INSTDIR\share\icons\${ICON_THEME}\32x32\${SectionPath}" !macroend