Skip to content

Commit

Permalink
simplcommerce#1051. Fix unhandled exception when clicking on the 'Dow…
Browse files Browse the repository at this point in the history
…nload Invoice'.
  • Loading branch information
s04v committed Feb 26, 2024
1 parent 27ec77a commit b05b24e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,12 @@
<ProjectReference Include="..\SimplCommerce.Module.Core\SimplCommerce.Module.Core.csproj" />
</ItemGroup>

<ItemGroup>
<Folder Include="lib\" />
</ItemGroup>

<Target Name="CopyDLL" AfterTargets="Build">
<Copy SourceFiles="lib\libwkhtmltox.dll" DestinationFolder="$(SolutionDir)src\SimplCommerce.WebHost\$(OutDir)" />
<Copy SourceFiles="lib\libwkhtmltox.dll" DestinationFolder="$(OutDir)" />
</Target>
</Project>
Binary file not shown.

0 comments on commit b05b24e

Please sign in to comment.