Skip to content

Commit

Permalink
Fix package icon
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcweber committed May 15, 2024
1 parent 69cb4b2 commit 06a1c38
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@
<Authors>Daniel Weber</Authors>
<Company>ExRam Innovations GmbH</Company>
<Copyright>©2017-2019 ExRam EDV GmbH &amp; Co. KG, 2020 ExRam Innovations GmbH</Copyright>
<PackageIcon>icon.png</PackageIcon>
</PropertyGroup>

<ItemGroup Condition="'$(IsPackable)' == 'true'">
<None Include="$(MSBuildThisFileDirectory)assets\icon.png">
<None Include="$(MSBuildThisFileDirectory)assets\$(PackageIcon)">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
Expand Down

0 comments on commit 06a1c38

Please sign in to comment.