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-05-09 02:17:36 +0300
committerMikkel Krautz <mikkel@krautz.dk>2016-05-09 02:17:36 +0300
commit691d80ae13a4670bc073032d5acde51096f61ccf (patch)
treea3cd134aa762dc23acdd725b55efa4108589ec60 /installer
parent5b6bdac50b73ad5d29c92ae8081f6d02d7354db8 (diff)
installer, plugins: add bf4 plugin to build and installer.
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 c407d99cd..702eb7b75 100644
--- a/installer/Plugins.wxs
+++ b/installer/Plugins.wxs
@@ -35,6 +35,9 @@
<Component Id="bfheroes.dll">
<File Source="$(var.SourceDir)\release\plugins\bfheroes.dll" KeyPath="yes" />
</Component>
+ <Component Id="bf4.dll">
+ <File Source="$(var.SourceDir)\release\plugins\bf4.dll" KeyPath="yes" />
+ </Component>
<Component Id="blacklight.dll">
<File Source="$(var.SourceDir)\release\plugins\blacklight.dll" KeyPath="yes" />
</Component>
@@ -150,6 +153,7 @@
<ComponentRef Id="bf3.dll" />
<ComponentRef Id="bfbc2.dll" />
<ComponentRef Id="bfheroes.dll" />
+ <ComponentRef Id="bf4.dll" />
<ComponentRef Id="borderlands.dll" />
<ComponentRef Id="borderlands2.dll" />
<ComponentRef Id="blacklight.dll" />