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:
authorLukas Orsvärn <lucas.orsv@gmail.com>2012-10-23 03:40:25 +0400
committerKissaki <kissaki@gmx.de>2013-06-05 00:37:33 +0400
commitc86ce478ceb8fab6116787a3bcb614796bfb3809 (patch)
tree8ca495dc1f377bd6540b837d93f340bcb947874c /installer
parent491228ee94305f5174a9384b7d64812acfa5be1c (diff)
Adds positional audio plugin for Sub Rosa
Does not include context or identity information.
Diffstat (limited to 'installer')
-rw-r--r--installer/Plugins.wxs4
1 files changed, 4 insertions, 0 deletions
diff --git a/installer/Plugins.wxs b/installer/Plugins.wxs
index 7d7e3ba3f..2d827f098 100644
--- a/installer/Plugins.wxs
+++ b/installer/Plugins.wxs
@@ -107,6 +107,9 @@
<Component Id="manual.dll">
<File Source="$(var.SourceDir)\release\plugins\manual.dll" KeyPath="yes" />
</Component>
+ <Component Id="sr.dll">
+ <File Source="$(var.SourceDir)\release\plugins\sr.dll" KeyPath="yes" />
+ </Component>
<Component Id="sto.dll">
<File Source="$(var.SourceDir)\release\plugins\sto.dll" KeyPath="yes" />
</Component>
@@ -165,6 +168,7 @@
<ComponentRef Id="lol.dll" />
<ComponentRef Id="lotro.dll" />
<ComponentRef Id="manual.dll" />
+ <ComponentRef Id="sr.dll" />
<ComponentRef Id="sto.dll" />
<ComponentRef Id="tf2.dll" />
<ComponentRef Id="ut99.dll" />