Tried with another ico

This commit is contained in:
Ano-sys
2025-04-19 23:06:23 +02:00
parent 9efa864c4c
commit 0fb38120b1
2 changed files with 4 additions and 2 deletions
+4 -2
View File
@@ -4,8 +4,8 @@
<TargetFramework>net9.0</TargetFramework> <TargetFramework>net9.0</TargetFramework>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
<BuiltInComInteropSupport>true</BuiltInComInteropSupport> <BuiltInComInteropSupport>true</BuiltInComInteropSupport>
<ApplicationManifest>app.manifest</ApplicationManifest>
<ApplicationIcon>Resources/LOLRLCG.ico</ApplicationIcon> <ApplicationIcon>Resources/LOLRLCG.ico</ApplicationIcon>
<ApplicationManifest>app.manifest</ApplicationManifest>
<AvaloniaUseCompiledBindingsByDefault>true</AvaloniaUseCompiledBindingsByDefault> <AvaloniaUseCompiledBindingsByDefault>true</AvaloniaUseCompiledBindingsByDefault>
</PropertyGroup> </PropertyGroup>
@@ -13,7 +13,9 @@
<Folder Include="Models\"/> <Folder Include="Models\"/>
<AvaloniaResource Include="Assets\**"/> <AvaloniaResource Include="Assets\**"/>
<None Remove="Resources\LOLRLCG.ico" /> <None Remove="Resources\LOLRLCG.ico" />
<AvaloniaResource Include="Resources\LOLRLCG.ico" /> <AvaloniaResource Include="Resources\LOLRLCG.ico">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</AvaloniaResource>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
Binary file not shown.

Before

Width:  |  Height:  |  Size: 225 KiB

After

Width:  |  Height:  |  Size: 65 KiB