[Xfce4-commits] <midori:master> nsis: Be sure to copy 24x24 icons too
Christian Dywan
noreply at xfce.org
Thu Aug 23 21:32:04 CEST 2012
Updating branch refs/heads/master
to bf20c2b7abeaeea380ac2fc0c9301918ac2ff736 (commit)
from fd5daab3e2608ae64be73403cb28f1c60a975827 (commit)
commit bf20c2b7abeaeea380ac2fc0c9301918ac2ff736
Author: Paweł Forysiuk <tuxator at o2.pl>
Date: Wed Aug 22 14:29:37 2012 +0200
nsis: Be sure to copy 24x24 icons too
win32/makedist/midori-0.3.3.nsi | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/win32/makedist/midori-0.3.3.nsi b/win32/makedist/midori-0.3.3.nsi
index d44f777..b9f2361 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
More information about the Xfce4-commits
mailing list