Remove unused resources folder and update icon path

Deleted icon.ico and logo.png from the resources folder and updated the project file to reference the icon in src/resources instead. Also removed the resources folder from the output copy list.
This commit is contained in:
Gilles Lazures 2026-01-25 19:52:17 +01:00
parent ee1e241e8e
commit d84abfb141
3 changed files with 1 additions and 4 deletions

View File

@ -6,7 +6,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AssemblyName>LentiaLauncher</AssemblyName>
<ApplicationIcon>./resources/icon.ico</ApplicationIcon>
<ApplicationIcon>./src/resources/icon.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Compile Remove="wwwroot\**" />
@ -22,8 +22,5 @@
<None Update="src\resources\**">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="resources\**">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 178 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB