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:
authordavidebeatrici <davidebeatrici@gmail.com>2016-10-20 19:43:59 +0300
committerdavidebeatrici <davidebeatrici@gmail.com>2016-10-20 19:43:59 +0300
commit7ab7d1dd30c6e3f5bd79a60a427c433f2b48fb99 (patch)
tree3deb2c7956e5d27ca4ac74eac10bf4316dbcfb6c /installer
parent05cc7e333fe04d84e9b28dcaa90497a0d4b113c6 (diff)
Positional audio support for Battlefield 1
Context based on server name. Identity: Team, squad and squad leader.
Diffstat (limited to 'installer')
-rw-r--r--installer/Plugins.wxs3
1 files changed, 3 insertions, 0 deletions
diff --git a/installer/Plugins.wxs b/installer/Plugins.wxs
index b33e28a27..8019fa32b 100644
--- a/installer/Plugins.wxs
+++ b/installer/Plugins.wxs
@@ -14,6 +14,9 @@
<Component Id="arma2.dll">
<File Source="$(var.SourceDir)\release\plugins\arma2.dll" KeyPath="yes" />
</Component>
+ <Component Id="bf1.dll">
+ <File Source="$(var.SourceDir)\release\plugins\bf1.dll" KeyPath="yes" />
+ </Component>
<Component Id="bf1942.dll">
<File Source="$(var.SourceDir)\release\plugins\bf1942.dll" KeyPath="yes" />
</Component>