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-05-12 18:13:08 +0400
committerStefan Hacker <dd0t@users.sourceforge.net>2012-05-13 16:35:25 +0400
commit3c2dd605ea0a54ea6ce982c14050e33c8a6164e4 (patch)
tree2a53a33e28772fbd831c46314ff54c3f3b1f2fc0 /installer
parent56fcebb2b061bd391a38335a6f6b1724ded0fd71 (diff)
Add missing build/installer integration for LeageOfLegends PA plugin.
Diffstat (limited to 'installer')
-rw-r--r--installer/Plugins.wxs3
1 files changed, 3 insertions, 0 deletions
diff --git a/installer/Plugins.wxs b/installer/Plugins.wxs
index b11998181..2aab2308f 100644
--- a/installer/Plugins.wxs
+++ b/installer/Plugins.wxs
@@ -83,6 +83,9 @@
<Component Id="link.dll">
<File Source="$(var.SourceDir)\release\plugins\link.dll" KeyPath="yes" />
</Component>
+ <Component Id="lol.dll">
+ <File Source="$(var.SourceDir)\release\plugins\lol.dll" KeyPath="yes" />
+ </Component>
<Component Id="lotro.dll">
<File Source="$(var.SourceDir)\release\plugins\lotro.dll" KeyPath="yes" />
</Component>