Skip to content

Commit

Permalink
fix: apply icon to final executable
Browse files Browse the repository at this point in the history
  • Loading branch information
azurejelly committed Nov 8, 2024
1 parent f3f1484 commit 006d657
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions switch-my-shell.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,13 @@
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
<ApplicationIcon>Resources\Icon.ico</ApplicationIcon>
</PropertyGroup>

<ItemGroup>
<Content Include="Resources\Icon.ico" />
</ItemGroup>

<ItemGroup>
<Compile Update="Properties\Resources.Designer.cs">
<DesignTime>True</DesignTime>
Expand Down

0 comments on commit 006d657

Please sign in to comment.