mirror of
https://github.com/sp-tarkov/launcher.git
synced 2025-02-12 17:10:44 -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>
|
||||
<IncludeNativeLibrariesForSelfExtract>true</IncludeNativeLibrariesForSelfExtract>
|
||||
<Nullable>enable</Nullable>
|
||||
<ApplicationIcon>Assets\icon.ico</ApplicationIcon>
|
||||
<ApplicationIcon>Assets\spt-logo.ico</ApplicationIcon>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<AvaloniaResource Include="Assets\**" />
|
||||
|
@ -10,7 +10,7 @@
|
||||
xmlns:dialogHost="clr-namespace:DialogHost;assembly=DialogHost.Avalonia"
|
||||
mc:Ignorable="d" d:DesignWidth="750" d:DesignHeight="450"
|
||||
x:Class="SPT.Launcher.Views.MainWindow"
|
||||
Icon="/Assets/icon.ico"
|
||||
Icon="/Assets/spt-logo.ico"
|
||||
Title="SPT.Launcher"
|
||||
MinHeight="450" MinWidth="800"
|
||||
Height="450" Width="800"
|
||||
|
Loading…
x
Reference in New Issue
Block a user