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-11-28 00:23:11 +0300
committerMikkel Krautz <mikkel@krautz.dk>2016-11-28 00:23:11 +0300
commit5fc3721fd109200f1a0e481c4c90c7e7a369315c (patch)
treec629090ed1bedfe63f06f14889c700a30ec29ad4 /installer
parent2c3eb27f398dd6182b2a8d9ae96fb850b5857e6b (diff)
installer: add ffxiv plugin 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 b3de1b850..ce3082664 100644
--- a/installer/Plugins.wxs
+++ b/installer/Plugins.wxs
@@ -77,6 +77,9 @@
<Component Id="etqw.dll">
<File Source="$(var.SourceDir)\release\plugins\etqw.dll" KeyPath="yes" />
</Component>
+ <Component Id="ffxiv.dll">
+ <File Source="$(var.SourceDir)\release\plugins\ffxiv.dll" KeyPath="yes" />
+ </Component>
<Component Id="gmod.dll">
<File Source="$(var.SourceDir)\release\plugins\gmod.dll" KeyPath="yes" />
</Component>
@@ -179,6 +182,7 @@
<ComponentRef Id="dods.dll" />
<ComponentRef Id="dys.dll" />
<ComponentRef Id="etqw.dll" />
+ <ComponentRef Id="ffxiv.dll" />
<ComponentRef Id="gmod.dll" />
<ComponentRef Id="gtaiv.dll" />
<ComponentRef Id="gw.dll" />