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-09-12 22:50:26 +0300
committerGitHub <noreply@github.com>2016-09-12 22:50:26 +0300
commit0556b6c2c03450728b57ff838e181861e29dbbb0 (patch)
treec7c96142efeda8f06f88224f908cf34583d7e9d3 /installer
parentd13a877fe0d178f909b41b53a2fefc4f9a2255ec (diff)
parent04dacb11cf0a88948083960cce911ba7ce42f11d (diff)
Merge PR #2549: plugins/wow: Total revamp and support for the x64 version of the executable
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 2878af327..b33e28a27 100644
--- a/installer/Plugins.wxs
+++ b/installer/Plugins.wxs
@@ -143,6 +143,9 @@
<Component Id="wow.dll">
<File Source="$(var.SourceDir)\release\plugins\wow.dll" KeyPath="yes" />
</Component>
+ <Component Id="wow_x64.dll">
+ <File Source="$(var.SourceDir)\release\plugins\wow_x64.dll" KeyPath="yes" />
+ </Component>
</DirectoryRef>
<ComponentGroup Id="Plugins">
@@ -192,6 +195,7 @@
<ComponentRef Id="ut3.dll" />
<ComponentRef Id="wolfet.dll" />
<ComponentRef Id="wow.dll" />
+ <ComponentRef Id="wow_x64.dll" />
</ComponentGroup>
</Fragment>
</Wix>