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-01-16 20:03:38 +0300
committerThorvald Natvig <slicer@users.sourceforge.net>2010-01-16 20:03:38 +0300
commitd10991031021d6d1836f1d36044455a28444b8b9 (patch)
treea81c534b4cfb990e5e995263e442f2ca38e21870 /installer
parent7ec36abae88e0a55b7268c2ba5cb0a7a97788551 (diff)
Update to new naming for libcelt0
Diffstat (limited to 'installer')
-rw-r--r--installer/Mumble.nsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/installer/Mumble.nsi b/installer/Mumble.nsi
index c7546e9ab..c868d3c3f 100644
--- a/installer/Mumble.nsi
+++ b/installer/Mumble.nsi
@@ -272,7 +272,7 @@ Section "!$(MUMBLE_SEC_MUMBLE)" SectionMumble
File "..\release\mumble.exe"
File "..\release\mumble-g15-helper.exe"
!insertmacro InstallLib DLL NOTSHARED REBOOT_NOTPROTECTED "..\release\mumble_ol.dll" "$INSTDIR\mumble_ol.dll" "$INSTDIR"
- File "..\release\celt.*.dll"
+ File "..\release\celt0.*.dll"
File "..\release\speex*.dll"
SetOutPath "$INSTDIR\plugins"
@@ -422,7 +422,7 @@ end:
Delete "$INSTDIR\mumble11x.exe"
Delete "$INSTDIR\murmur.exe"
Delete "$INSTDIR\mumble-g15-helper.exe"
- Delete "$INSTDIR\celt.*.dll"
+ Delete "$INSTDIR\celt0.*.dll"
Delete "$INSTDIR\speex*.dll"
!insertmacro UnInstallLib DLL NOTSHARED REBOOT_NOTPROTECTED "$INSTDIR\mumble_ol.dll"
Delete "$INSTDIR\qos.reg"