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:
authorStefan Hacker <dd0t@users.sourceforge.net>2012-08-12 17:54:16 +0400
committerStefan Hacker <dd0t@users.sourceforge.net>2012-08-12 17:54:16 +0400
commitb6f8996de2fd311199d2c5dab19c57105bf85d88 (patch)
tree7ab9b7a5665b2828f19bd0eb0dcdc49ca0fc00f0 /installer
parent7edc2a201323b43d5ca941240f7ff67c9be5234f (diff)
Installer integration for just cause 2 pa plugin.
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 2af919bbb..33e659a0a 100644
--- a/installer/Plugins.wxs
+++ b/installer/Plugins.wxs
@@ -80,6 +80,9 @@
<Component Id="insurgency.dll">
<File Source="$(var.SourceDir)\release\plugins\insurgency.dll" KeyPath="yes" />
</Component>
+ <Component Id="jc2.dll">
+ <File Source="$(var.SourceDir)\release\plugins\jc2.dll" KeyPath="yes" />
+ </Component>
<Component Id="l4d.dll">
<File Source="$(var.SourceDir)\release\plugins\l4d.dll" KeyPath="yes" />
</Component>
@@ -147,6 +150,7 @@
<ComponentRef Id="gw.dll" />
<ComponentRef Id="hl2dm.dll" />
<ComponentRef Id="insurgency.dll" />
+ <ComponentRef Id="jc2.dll" />
<ComponentRef Id="l4d.dll" />
<ComponentRef Id="l4d2.dll" />
<ComponentRef Id="link.dll" />