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:
authorArthur Moore <Arthur.Moore.git@cd-net.net>2016-11-30 02:01:13 +0300
committerArthur Moore <Arthur.Moore.git@cd-net.net>2016-11-30 02:01:13 +0300
commit84c2ae28dd672d127e135491f82b245fcbafadc9 (patch)
tree7e1dccbcb419538f774f57f324e57331e89c5f14 /installer
parent0bc6d7d43ba2dfe5a121036419963ad64f55432a (diff)
ffxiv_x64 Plugin: Add a plugin for Final Fantasy XIV x64
Use ffxiv.cpp to provide both plugins
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 ce3082664..d6d4c1be1 100644
--- a/installer/Plugins.wxs
+++ b/installer/Plugins.wxs
@@ -148,6 +148,9 @@
<Component Id="bf4.dll">
<File Source="$(var.SourceDir)\release\plugins\bf4.dll" KeyPath="yes" />
</Component>
+ <Component Id="ffxiv_x64.dll">
+ <File Source="$(var.SourceDir)\release\plugins\ffxiv_x64.dll" KeyPath="yes" />
+ </Component>
<Component Id="gtav.dll">
<File Source="$(var.SourceDir)\release\plugins\gtav.dll" KeyPath="yes" />
</Component>
@@ -207,9 +210,10 @@
<?if $(sys.BUILDARCH) = "x64" ?>
<ComponentRef Id="bf1.dll" />
<ComponentRef Id="bf4.dll" />
+ <ComponentRef Id="ffxiv_x64.dll" />
<ComponentRef Id="gtav.dll" />
<ComponentRef Id="wow_x64.dll" />
<?endif ?>
</ComponentGroup>
</Fragment>
-</Wix> \ No newline at end of file
+</Wix>