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:
parent
ee1e241e8e
commit
d84abfb141
@ -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 |
Loading…
x
Reference in New Issue
Block a user