mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
Merge PR #2672: installer: add ffxiv plugin to the installer.
This commit is contained in:
commit
0bc6d7d43b
@ -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" />
|
||||
|
||||
Loading…
Reference in New Issue
Block a user