Update LentiaLauncher.csproj

This commit is contained in:
Gilles Lazures 2026-01-27 03:36:21 +01:00
parent 78e86e0a18
commit 28f18b9971

View File

@ -7,6 +7,7 @@
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
<AssemblyName>LentiaLauncher</AssemblyName> <AssemblyName>LentiaLauncher</AssemblyName>
<ApplicationIcon>./src/resources/icon.ico</ApplicationIcon> <ApplicationIcon>./src/resources/icon.ico</ApplicationIcon>
<PublishTrimmed>true</PublishTrimmed>
</PropertyGroup> </PropertyGroup>
<Target Name="PackRenderer" BeforeTargets="BeforeBuild;BeforeRun"> <Target Name="PackRenderer" BeforeTargets="BeforeBuild;BeforeRun">
<PropertyGroup> <PropertyGroup>