mirror of
https://github.com/sp-tarkov/launcher.git
synced 2025-02-13 02:30:43 -05:00
add temp logo and icon
This commit is contained in:
parent
990939e490
commit
cd89270653
Binary file not shown.
Before Width: | Height: | Size: 42 KiB |
Binary file not shown.
Before Width: | Height: | Size: 420 KiB |
BIN
project/SPT.Launcher/Assets/spt-logo.ico
Normal file
BIN
project/SPT.Launcher/Assets/spt-logo.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.3 KiB |
BIN
project/SPT.Launcher/Assets/spt-logo.png
Normal file
BIN
project/SPT.Launcher/Assets/spt-logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
@ -5,7 +5,7 @@
|
|||||||
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
|
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
|
||||||
<IncludeNativeLibrariesForSelfExtract>true</IncludeNativeLibrariesForSelfExtract>
|
<IncludeNativeLibrariesForSelfExtract>true</IncludeNativeLibrariesForSelfExtract>
|
||||||
<Nullable>enable</Nullable>
|
<Nullable>enable</Nullable>
|
||||||
<ApplicationIcon>Assets\icon.ico</ApplicationIcon>
|
<ApplicationIcon>Assets\spt-logo.ico</ApplicationIcon>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<AvaloniaResource Include="Assets\**" />
|
<AvaloniaResource Include="Assets\**" />
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
xmlns:dialogHost="clr-namespace:DialogHost;assembly=DialogHost.Avalonia"
|
xmlns:dialogHost="clr-namespace:DialogHost;assembly=DialogHost.Avalonia"
|
||||||
mc:Ignorable="d" d:DesignWidth="750" d:DesignHeight="450"
|
mc:Ignorable="d" d:DesignWidth="750" d:DesignHeight="450"
|
||||||
x:Class="SPT.Launcher.Views.MainWindow"
|
x:Class="SPT.Launcher.Views.MainWindow"
|
||||||
Icon="/Assets/icon.ico"
|
Icon="/Assets/spt-logo.ico"
|
||||||
Title="SPT.Launcher"
|
Title="SPT.Launcher"
|
||||||
MinHeight="450" MinWidth="800"
|
MinHeight="450" MinWidth="800"
|
||||||
Height="450" Width="800"
|
Height="450" Width="800"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user