Skip to content

Commit

Permalink
Add BF4 x86 to the build and to the installer.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrautz committed May 18, 2016
1 parent d157e71 commit 8af5c23
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions installer/Plugins.wxs
Expand Up @@ -38,6 +38,9 @@
<Component Id="bf4.dll">
<File Source="$(var.SourceDir)\release\plugins\bf4.dll" KeyPath="yes" />
</Component>
<Component Id="bf4_x86.dll">
<File Source="$(var.SourceDir)\release\plugins\bf4_x86.dll" KeyPath="yes" />
</Component>
<Component Id="blacklight.dll">
<File Source="$(var.SourceDir)\release\plugins\blacklight.dll" KeyPath="yes" />
</Component>
Expand Down Expand Up @@ -154,6 +157,7 @@
<ComponentRef Id="bfbc2.dll" />
<ComponentRef Id="bfheroes.dll" />
<ComponentRef Id="bf4.dll" />
<ComponentRef Id="bf4_x86.dll" />
<ComponentRef Id="borderlands.dll" />
<ComponentRef Id="borderlands2.dll" />
<ComponentRef Id="blacklight.dll" />
Expand Down
2 changes: 1 addition & 1 deletion plugins/plugins.pro
Expand Up @@ -10,5 +10,5 @@ SUBDIRS = link manual
DIST = plugins.pri

win32 {
SUBDIRS += aoc arma2 bf1942 bf2 bf3 bf2142 bfbc2 bfheroes bf4 blacklight borderlands borderlands2 breach cod2 cod4 cod5 codmw2 codmw2so cs css dods dys etqw tf2 gmod gtaiv gw hl2dm insurgency jc2 l4d l4d2 lol lotro ql rl sr sto ut2004 ut3 ut99 wolfet wow
SUBDIRS += aoc arma2 bf1942 bf2 bf3 bf2142 bfbc2 bfheroes bf4 bf4_x86 blacklight borderlands borderlands2 breach cod2 cod4 cod5 codmw2 codmw2so cs css dods dys etqw tf2 gmod gtaiv gw hl2dm insurgency jc2 l4d l4d2 lol lotro ql rl sr sto ut2004 ut3 ut99 wolfet wow
}

0 comments on commit 8af5c23

Please sign in to comment.