Skip to content

Commit

Permalink
Added application icon
Browse files Browse the repository at this point in the history
  • Loading branch information
totorewa committed Jan 2, 2022
1 parent 1a68a87 commit 1dd301a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Binary file added assets/witchhutsearch.ico
Binary file not shown.
7 changes: 7 additions & 0 deletions src/WitchHutSearch/WitchHutSearch.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<PackageLicenseUrl>https://github.com/totorewa/WitchHutSearch.NET/blob/main/LICENSE</PackageLicenseUrl>
<RepositoryUrl>https://github.com/totorewa/WitchHutSearch.NET</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<ApplicationIcon>..\..\assets\witchhutsearch.ico</ApplicationIcon>
</PropertyGroup>

<ItemGroup>
Expand All @@ -26,4 +27,10 @@
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="6.0.0" />
</ItemGroup>

<ItemGroup>
<None Include="..\..\assets\witchhutsearch.ico">
<Link>witchhutsearch.ico</Link>
</None>
</ItemGroup>

</Project>

0 comments on commit 1dd301a

Please sign in to comment.