Updated website and windows binary icon.

This commit is contained in:
Creeper Lv
2025-12-24 03:07:53 +11:00
parent 03a8660008
commit 377d7fce23
4 changed files with 21 additions and 15 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 172 KiB

After

Width:  |  Height:  |  Size: 137 KiB

View File

@@ -9,12 +9,17 @@
<PropertyGroup>
<ApplicationManifest>app.manifest</ApplicationManifest>
<ApplicationIcon>progrart_app_icon.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Content Include="progrart_app_icon.ico" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Avalonia.Desktop" />
<!--Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.-->
<PackageReference Include="Avalonia.Diagnostics" >
<PackageReference Include="Avalonia.Diagnostics">
<IncludeAssets Condition="'$(Configuration)' != 'Debug'">None</IncludeAssets>
<PrivateAssets Condition="'$(Configuration)' != 'Debug'">All</PrivateAssets>
</PackageReference>

Binary file not shown.

After

Width:  |  Height:  |  Size: 137 KiB

View File

@@ -6,6 +6,7 @@
x:Class="Progrart.Pages.AboutPage">
<ScrollViewer>
<StackPanel>
<Image Source="/Assets/Icon-FG.png" Width="100" Height="100"/>
<TextBlock FontSize="36" TextAlignment="Center" Margin="0,50">Progrart</TextBlock>
<TextBlock FontSize="18" TextAlignment="Center">Version: 0.0.0.0-preview</TextBlock>
<TextBlock FontSize="24" TextAlignment="Center" Margin="0,25">Third-Party Libs</TextBlock>