Merge PR #2672: installer: add ffxiv plugin to the installer.

This commit is contained in:
Mikkel Krautz 2016-11-27 22:23:47 +01:00 committed by GitHub
commit 0bc6d7d43b

View File

@ -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" />