Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
spektor56 committed Dec 14, 2020
1 parent d89c9e2 commit e6b14bf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions PegasusExportPlugin/PegasusExportPlugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,16 @@
<Reference Include="System.Data" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
<Reference Include="Unbroken">
<Reference Include="Unbroken, Version=11.8.0.0, Culture=neutral, PublicKeyToken=97d6238f04304129, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\..\LaunchBox\Core\Unbroken.dll</HintPath>
</Reference>
<Reference Include="Unbroken.LaunchBox">
<Reference Include="Unbroken.LaunchBox, Version=11.8.0.0, Culture=neutral, PublicKeyToken=97d6238f04304129, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\..\LaunchBox\Core\Unbroken.LaunchBox.dll</HintPath>
</Reference>
<Reference Include="Unbroken.LaunchBox.Plugins">
<Reference Include="Unbroken.LaunchBox.Plugins, Version=11.8.0.0, Culture=neutral, PublicKeyToken=558191e84f56affc, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\..\LaunchBox\Core\Unbroken.LaunchBox.Plugins.dll</HintPath>
</Reference>
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion PegasusExportPlugin/frmPegasusExport.cs
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ await Task.Run(() =>

List<ImageDetails> exportImages = new List<ImageDetails>();

if (pegasusImageType == PegasusAssetType.BoxFront)
if (pegasusImageType == PegasusAssetType.BoxFront || pegasusImageType == PegasusAssetType.BoxBack)
{
ImageDetails exportImage = null;
exportImage = game.Value.First().Image;
Expand Down

0 comments on commit e6b14bf

Please sign in to comment.