Skip to content

Commit

Permalink
Replace path to application icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Drombeys committed Apr 27, 2024
1 parent 2e888d7 commit 556d34b
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ApplicationIcon>Assets\Icons\stalker_cs.ico</ApplicationIcon>
<ApplicationIcon>..\ImeSense.Launchers.Belarus\Assets\Icons\stalker_cs.ico</ApplicationIcon>

<PublishAot>true</PublishAot>
<InvariantGlobalization>true</InvariantGlobalization>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<InvariantGlobalization>true</InvariantGlobalization>

<AssemblyName>SBLauncherUpdater</AssemblyName>
<ApplicationIcon>Assets\Icons\stalker_cs.ico</ApplicationIcon>
<ApplicationIcon>..\ImeSense.Launchers.Belarus\Assets\Icons\stalker_cs.ico</ApplicationIcon>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)' == 'Release'">
Expand Down

0 comments on commit 556d34b

Please sign in to comment.