Skip to content

Commit

Permalink
add icon to package
Browse files Browse the repository at this point in the history
  • Loading branch information
aspriddell committed Aug 14, 2023
1 parent 09066ca commit b922f8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,9 @@
</PropertyGroup>

<ItemGroup>
<None Include="runtimes\**\native\*">
<Pack>true</Pack>
<PackagePath>runtimes</PackagePath>
</None>
<None Include="../readme.md">
<Pack>true</Pack>
<PackagePath>.</PackagePath>
</None>
<None Include="$(SolutionDir)icon.png" Pack="true" PackagePath="."/>
<None Include="$(SolutionDir)readme.md" Pack="true" PackagePath="."/>
<None Include="runtimes\**\native\*" Pack="true" PackagePath="runtimes"/>
</ItemGroup>

</Project>
Binary file added icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b922f8e

Please sign in to comment.