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:
Diffstat (limited to 'installer/Plugins.wxs')
-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>