Skip to content

Commit 7a5bc0f

Browse files
Fix icon
1 parent 63b054a commit 7a5bc0f

3 files changed

Lines changed: 8 additions & 1 deletion

File tree

SharpPusher/SharpPusher.csproj

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,18 @@
77
<Authors>Coding-Enthusiast</Authors>
88
<Company>Autarkysoft</Company>
99
<Version>0.11.0</Version>
10+
<ApplicationIcon>Assets\PusherIcon.ico</ApplicationIcon>
1011
</PropertyGroup>
12+
13+
<ItemGroup>
14+
<AvaloniaResource Include="Assets\**" />
15+
</ItemGroup>
16+
1117
<ItemGroup>
1218
<PackageReference Include="Autarkysoft.Bitcoin" Version="0.12.0" />
1319
<PackageReference Include="Avalonia" Version="0.10.0" />
1420
<PackageReference Include="Avalonia.Desktop" Version="0.10.0" />
1521
<PackageReference Include="Avalonia.Diagnostics" Version="0.10.0" />
1622
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
17-
</ItemGroup>
23+
</ItemGroup>
1824
</Project>

SharpPusher/Views/MainWindow.axaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
xmlns:vm="clr-namespace:SharpPusher.ViewModels;assembly=SharpPusher"
66
mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="650"
77
x:Class="SharpPusher.Views.MainWindow"
8+
Icon="/Assets/PusherIcon.ico"
89
Height="650"
910
Width="800"
1011
FontSize="14"

0 commit comments

Comments
 (0)