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-19 01:25:48 +0300
committerMikkel Krautz <mikkel@krautz.dk>2016-05-19 01:25:48 +0300
commit8af5c233d50ec93be4a1dac25b5c62040d8ef87e (patch)
tree67a8a644ae1e09c4981fa40aea501f0d844c1bf7 /installer
parentd157e718dc2294ca0c8fad21457884172f849835 (diff)
Add BF4 x86 to the build and to the 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 702eb7b75..6fbc5c866 100644
--- a/installer/Plugins.wxs
+++ b/installer/Plugins.wxs
@@ -38,6 +38,9 @@
<Component Id="bf4.dll">
<File Source="$(var.SourceDir)\release\plugins\bf4.dll" KeyPath="yes" />
</Component>
+ <Component Id="bf4_x86.dll">
+ <File Source="$(var.SourceDir)\release\plugins\bf4_x86.dll" KeyPath="yes" />
+ </Component>
<Component Id="blacklight.dll">
<File Source="$(var.SourceDir)\release\plugins\blacklight.dll" KeyPath="yes" />
</Component>
@@ -154,6 +157,7 @@
<ComponentRef Id="bfbc2.dll" />
<ComponentRef Id="bfheroes.dll" />
<ComponentRef Id="bf4.dll" />
+ <ComponentRef Id="bf4_x86.dll" />
<ComponentRef Id="borderlands.dll" />
<ComponentRef Id="borderlands2.dll" />
<ComponentRef Id="blacklight.dll" />