Skip to content

Commit

Permalink
installer: add ql.dll plugin to the installer.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrautz committed Apr 25, 2016
1 parent 6f1b851 commit 2c65953
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions installer/Plugins.wxs
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@
<Component Id="lotro.dll"> <Component Id="lotro.dll">
<File Source="$(var.SourceDir)\release\plugins\lotro.dll" KeyPath="yes" /> <File Source="$(var.SourceDir)\release\plugins\lotro.dll" KeyPath="yes" />
</Component> </Component>
<Component Id="ql.dll">
<File Source="$(var.SourceDir)\release\plugins\ql.dll" KeyPath="yes" />
</Component>
<Component Id="rl.dll"> <Component Id="rl.dll">
<File Source="$(var.SourceDir)\release\plugins\rl.dll" KeyPath="yes" /> <File Source="$(var.SourceDir)\release\plugins\rl.dll" KeyPath="yes" />
</Component> </Component>
Expand Down Expand Up @@ -171,6 +174,7 @@
<ComponentRef Id="l4d2.dll" /> <ComponentRef Id="l4d2.dll" />
<ComponentRef Id="lol.dll" /> <ComponentRef Id="lol.dll" />
<ComponentRef Id="lotro.dll" /> <ComponentRef Id="lotro.dll" />
<ComponentRef Id="ql.dll" />
<ComponentRef Id="rl.dll" /> <ComponentRef Id="rl.dll" />
<ComponentRef Id="sr.dll" /> <ComponentRef Id="sr.dll" />
<ComponentRef Id="sto.dll" /> <ComponentRef Id="sto.dll" />
Expand Down

0 comments on commit 2c65953

Please sign in to comment.