]> spindle.queued.net Git - midori/commitdiff
nsis: Be sure to copy 24x24 icons too
authorPaweł Forysiuk <tuxator@o2.pl>
Wed, 22 Aug 2012 12:29:37 +0000 (14:29 +0200)
committerChristian Dywan <christian@twotoasts.de>
Thu, 23 Aug 2012 19:28:32 +0000 (21:28 +0200)
win32/makedist/midori-0.3.3.nsi

index d44f7772addc313a8d66b99393830da3256fe115..b9f2361896df844d9ae8281cd8be0d948baf6b46 100644 (file)
@@ -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