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:
authorMikkel Krautz <mikkel@krautz.dk>2016-04-11 00:07:38 +0300
committerMikkel Krautz <mikkel@krautz.dk>2016-04-11 00:07:38 +0300
commit6be0de4306d607dae0e888c377e56b1541ab3145 (patch)
tree39f5e3e439555a4203659cc6699735e138dfc6d7 /installer
parent95b3cc166171220de93a5a8719e4c361563ead24 (diff)
installer: add 'rl.dll' to Plugins.wxs.
Diffstat (limited to 'installer')
-rw-r--r--installer/Plugins.wxs6
1 files changed, 5 insertions, 1 deletions
diff --git a/installer/Plugins.wxs b/installer/Plugins.wxs
index c4954f43c..8a76fbd81 100644
--- a/installer/Plugins.wxs
+++ b/installer/Plugins.wxs
@@ -107,6 +107,9 @@
<Component Id="lotro.dll">
<File Source="$(var.SourceDir)\release\plugins\lotro.dll" KeyPath="yes" />
</Component>
+ <Component Id="rl.dll">
+ <File Source="$(var.SourceDir)\release\plugins\rl.dll" KeyPath="yes" />
+ </Component>
<Component Id="sr.dll">
<File Source="$(var.SourceDir)\release\plugins\sr.dll" KeyPath="yes" />
</Component>
@@ -168,6 +171,7 @@
<ComponentRef Id="l4d2.dll" />
<ComponentRef Id="lol.dll" />
<ComponentRef Id="lotro.dll" />
+ <ComponentRef Id="rl.dl" />
<ComponentRef Id="sr.dll" />
<ComponentRef Id="sto.dll" />
<ComponentRef Id="tf2.dll" />
@@ -178,4 +182,4 @@
<ComponentRef Id="wow.dll" />
</ComponentGroup>
</Fragment>
-</Wix> \ No newline at end of file
+</Wix>