]> spindle.queued.net Git - midori/commitdiff
nsis: Drop icons larger than 48x48
authorPaweł Forysiuk <tuxator@o2.pl>
Mon, 20 Aug 2012 20:59:35 +0000 (22:59 +0200)
committerChristian Dywan <christian@twotoasts.de>
Wed, 22 Aug 2012 00:06:04 +0000 (02:06 +0200)
win32/makedist/midori-0.3.3.nsi

index b671812c529f36c2fdd8f6297066ed1dc77adf80..33300830c9d03ab679731f9f2553be521e81eb08 100644 (file)
@@ -165,10 +165,6 @@ SectionEnd
 !macro InstallTangoIconRename OPath IPath
        !insertmacro InstallTangoIconRenameSmall ${OPath} ${IPath}
        File "/oname=48x48\${OPath}.png" "${RESOURCEDIR}\share\icons\Tango\48x48\${IPath}.png"
-       File /nonfatal "/oname=64x64\${OPath}.png" "${RESOURCEDIR}\share\icons\Tango\64x64\${IPath}.png"
-       File /nonfatal "/oname=72x72\${OPath}.png" "${RESOURCEDIR}\share\icons\Tango\72x72\${IPath}.png"
-       File /nonfatal "/oname=96x96\${OPath}.png" "${RESOURCEDIR}\share\icons\Tango\96x96\${IPath}.png"
-       File /nonfatal "/oname=128x128\${OPath}.png" "${RESOURCEDIR}\share\icons\Tango\128x128\${IPath}.png"
        File "/oname=scalable\${OPath}.svg" "${RESOURCEDIR}\share\icons\Tango\scalable\${IPath}.svg"
        File /nonfatal "/oname=scalable\${OPath}.icon" "${RESOURCEDIR}\share\icons\Tango\scalable\${IPath}.icon"
 !macroend
@@ -190,10 +186,6 @@ SectionEnd
 !macro CreateTangoSections SectionPath
        !insertmacro CreateTangoSectionsSmall ${SectionPath}
        CreateDirectory "$INSTDIR\share\icons\Tango\48x48\${SectionPath}"
-       CreateDirectory "$INSTDIR\share\icons\Tango\64x64\${SectionPath}"
-       CreateDirectory "$INSTDIR\share\icons\Tango\72x72\${SectionPath}"
-       CreateDirectory "$INSTDIR\share\icons\Tango\96x96\${SectionPath}"
-       CreateDirectory "$INSTDIR\share\icons\Tango\128x128\${SectionPath}"
        CreateDirectory "$INSTDIR\share\icons\Tango\scalable\${SectionPath}"
 !macroend