Added package icon.
Some checks failed
Build / build (push) Failing after 1m17s

This commit is contained in:
H. Utku Maden 2024-06-11 19:26:48 +03:00
parent 8c3e723cac
commit 50c2ec73e7

View File

@ -18,6 +18,7 @@
A C# wrapper for the ubiquitous Stb Image library.
</Description>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageIcon>icon.png</PackageIcon>
</PropertyGroup>
<!--
@ -28,6 +29,7 @@
-->
<ItemGroup>
<Content Include="README.md" Pack="true" PackagePath="/"/>
<None Include="Quik.Common/assets/quik_ico_256.png" Pack="true" PackagePath="images\icon.png"/>
<Content Include="runtimes/linux-arm/native/*.so">
<PackagePath>runtimes/linux-arm/native/</PackagePath>
<Pack>true</Pack>