mirror of
https://gitlab.com/virt-viewer/virt-viewer.git
synced 2025-02-09 09:57:28 +03:00
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:
parent
c3179a4c69
commit
7e4921f161
2
data/virt-viewer.nsis.in
Normal file → Executable file
2
data/virt-viewer.nsis.in
Normal file → Executable 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"
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user