msi/nsis: fix keyboard-shortcuts icon location

The /usr/share/icons/gnome icon theme location has been replaced with
Adwaita in f21, fix the path.
This commit is contained in:
Marc-André Lureau 2014-12-15 18:09:27 +01:00
parent c3179a4c69
commit 7e4921f161
2 changed files with 2 additions and 2 deletions

2
data/virt-viewer.nsis.in Normal file → Executable file
View File

@ -251,7 +251,7 @@ Section "VirtViewer"
SetOutPath "$INSTDIR\share\icons\hicolor\16x16\apps"
File "${DESTDIR}@prefix@/share/icons/hicolor/16x16/apps/virt-viewer.png"
File "/usr/share/icons/gnome/16x16/apps/preferences-desktop-keyboard-shortcuts.png"
File "/usr/share/icons/Adwaita/16x16/apps/preferences-desktop-keyboard-shortcuts.png"
SetOutPath "$INSTDIR\share\icons\hicolor\24x24\apps"
File "${DESTDIR}@prefix@/share/icons/hicolor/24x24/apps/virt-viewer.png"
SetOutPath "$INSTDIR\share\icons\hicolor\24x24\devices"

View File

@ -97,7 +97,7 @@
<Directory Id="DirIconsHi16x16Apps" Name="apps">
<Component Id="CIconsHi16x16Apps" Guid="*">
<File Id="FIconskeyboardshortcuts" KeyPath="yes"
Source="/usr/share/icons/gnome/16x16/apps/preferences-desktop-keyboard-shortcuts.png"/>
Source="/usr/share/icons/Adwaita/16x16/apps/preferences-desktop-keyboard-shortcuts.png"/>
</Component>
</Directory>
</Directory>