Set the application icon to the WJ logo

This commit is contained in:
Timothy Baldridge 2022-01-20 21:11:38 -07:00
parent 71cbc118d7
commit 9beafe8da4
2 changed files with 4 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 139 KiB

View File

@ -23,6 +23,10 @@
<PackageReference Include="Silk.NET.DXGI" Version="2.12.0" />
</ItemGroup>
<PropertyGroup>
<ApplicationIcon>Resources\Icons\wabbajack.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Content Update="wwwroot\index.html">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>