update app icon to dark theme

This commit is contained in:
Timothy Baldridge 2019-11-02 10:29:36 -06:00
parent ec8bf62aee
commit 898e0e3de7
2 changed files with 3 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 399 KiB

After

Width:  |  Height:  |  Size: 139 KiB

View File

@ -343,9 +343,6 @@
<Install>false</Install> <Install>false</Install>
</BootstrapperPackage> </BootstrapperPackage>
</ItemGroup> </ItemGroup>
<ItemGroup>
<Resource Include="UI\Icons\wabbajack.ico" />
</ItemGroup>
<ItemGroup> <ItemGroup>
<EmbeddedResource Include="UI\banner.png" /> <EmbeddedResource Include="UI\banner.png" />
</ItemGroup> </ItemGroup>
@ -373,6 +370,9 @@
<ItemGroup> <ItemGroup>
<EmbeddedResource Include="UI\banner_small_dark.png" /> <EmbeddedResource Include="UI\banner_small_dark.png" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<Resource Include="UI\Icons\wabbajack.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="..\packages\Fody.5.1.1\build\Fody.targets" Condition="Exists('..\packages\Fody.5.1.1\build\Fody.targets')" /> <Import Project="..\packages\Fody.5.1.1\build\Fody.targets" Condition="Exists('..\packages\Fody.5.1.1\build\Fody.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">