Skip to content

Commit

Permalink
Update window icon
Browse files Browse the repository at this point in the history
  • Loading branch information
kevingosse committed Apr 4, 2024
1 parent 33a8659 commit 4aa01e7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/GummyCat/App.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<SimpleTheme />
<StyleInclude Source="avares://Avalonia.Controls.DataGrid/Themes/Simple.xaml"/>
<Style Selector="Window">
<Setter Property="Icon" Value="avares://GummyCat/Assets/gummycat.ico" />
<Setter Property="Icon" Value="avares://GummyCat/Assets/pixelicon-24.png" />
</Style>
</Application.Styles>
</Application>
Binary file modified src/GummyCat/Assets/gummycat.ico
Binary file not shown.
Binary file added src/GummyCat/Assets/pixelicon-24.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/GummyCat/GummyCat.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,13 @@
<RepositoryUrl>https://github.com/kevingosse/GummyCat</RepositoryUrl>
</PropertyGroup>
<ItemGroup>
<None Remove="Assets\gummycat.ico" />
<None Remove="Assets\pixelicon-24.png" />
<None Remove="gummycat.ico" />
</ItemGroup>
<ItemGroup>
<AvaloniaResource Include="Assets\gummycat.ico" />
<AvaloniaResource Include="Assets\pixelicon-24.png" />
</ItemGroup>


Expand Down

0 comments on commit 4aa01e7

Please sign in to comment.