Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorvald Natvig <slicer@users.sourceforge.net>2010-06-01 18:02:45 +0400
committerThorvald Natvig <slicer@users.sourceforge.net>2010-06-01 18:02:45 +0400
commit99fb3161637393ef1d2718a076c5a7f1a9e5556e (patch)
tree80f826e82f9669466ca9b8900b50f62bf34ec986 /installer
parente5b8627adb30926cebf69e37a6f76b7989fec4d1 (diff)
Remove desktop shortcut for 1.1.x
Diffstat (limited to 'installer')
-rw-r--r--installer/Mumble.nsi4
1 files changed, 0 insertions, 4 deletions
diff --git a/installer/Mumble.nsi b/installer/Mumble.nsi
index 430774917..e456d95b4 100644
--- a/installer/Mumble.nsi
+++ b/installer/Mumble.nsi
@@ -662,10 +662,6 @@ Function Desktop_Shortcut
SetOutPath "$INSTDIR"
CreateShortCut "$DESKTOP\Mumble.lnk" "$INSTDIR\mumble.exe"
${EndIf}
- ${If} ${SectionIsSelected} ${SectionMumble11X}
- SetOutPath "$INSTDIR"
- CreateShortCut "$DESKTOP\$(MUMBLE_COMPAT_LNK).lnk" "$INSTDIR\mumble11x.exe"
- ${EndIf}
FunctionEnd
Function Run_Mumble