summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2015-04-28 13:51:17 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2015-04-28 15:16:59 +0200
commit617d58eea9e98b6d7919959883f9e72da8695f76 (patch)
tree165f78af88df370a199f0086f4a973f48816f212
parent762e4ec390a39e21f30ee736d14fddd4f9c953a4 (diff)
nsis: Remove unused 'desktop icons' section
We don't have any desktop icon to install
-rw-r--r--spice-guest-tools.nsis4
1 files changed, 0 insertions, 4 deletions
diff --git a/spice-guest-tools.nsis b/spice-guest-tools.nsis
index b149484..cd74209 100644
--- a/spice-guest-tools.nsis
+++ b/spice-guest-tools.nsis
@@ -126,10 +126,6 @@ Section "Start Menu Shortcuts"
CreateShortCut "$SMPROGRAMS\spice-guest-tools\Uninstall SPICE Guest Tools.lnk" "$INSTDIR\Uninstall-spice-guest-tools.exe" "" "$INSTDIR\Uninstall-spice-guest-tools.exe" 0
SectionEnd
-Section "Desktop Icons"
-# CreateShortCut "$DESKTOP\virt-viewer.exe.lnk" "$INSTDIR\bin\virt-viewer.exe" "" "$INSTDIR\bin\virt-viewer.exe" 0
-SectionEnd
-
Section "Uninstall"
Delete /rebootok "$SMPROGRAMS\spice-guest-tools\Uninstall SPICE Guest Tools.lnk"
RMDir "$SMPROGRAMS\spice-guest-tools"