Skip to content

Commit

Permalink
Add applicatio icon on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
atdimitrov committed Mar 13, 2024
1 parent 25b6bb7 commit e553f52
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1 deletion.
Binary file removed engine/CodemerxDecompile/Assets/avalonia-logo.ico
Binary file not shown.
Binary file not shown.
1 change: 1 addition & 0 deletions engine/CodemerxDecompile/CodemerxDecompile.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<BuiltInComInteropSupport>true</BuiltInComInteropSupport>
<ApplicationManifest>app.manifest</ApplicationManifest>
<AvaloniaUseCompiledBindingsByDefault>true</AvaloniaUseCompiledBindingsByDefault>
<ApplicationIcon>Assets\codemerx-logo.ico</ApplicationIcon>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion engine/CodemerxDecompile/Views/MainWindow.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="450"
x:Class="CodemerxDecompile.Views.MainWindow"
x:DataType="vm:MainWindowViewModel"
Icon="/Assets/avalonia-logo.ico"
Icon="/Assets/codemerx-logo.ico"
Title="CodemerxDecompile">

<Design.DataContext>
Expand Down

0 comments on commit e553f52

Please sign in to comment.