Skip to content

Commit

Permalink
Updated application icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Serg-Norseman committed Dec 17, 2023
1 parent 930579f commit a536bef
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deploy/gk2_win_setup.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Unicode true

!include "MUI2.nsh"
!include "DotNetChecker.nsh"
!define MUI_ICON "..\projects\GKv2\GEDKeeper2\GEDKeeper2.ico"
!define MUI_ICON "..\projects\GEDKeeper_48.ico"

Name "GEDKeeper"
OutFile "gedkeeper_2.28.1_win86.exe"
Expand Down
2 changes: 1 addition & 1 deletion deploy/gk3_win_setup.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Unicode true

!include "MUI2.nsh"
!define MUI_ICON "..\projects\GKv3\GEDKeeper3\icon_gedkeeper.ico"
!define MUI_ICON "..\projects\GEDKeeper_48.ico"

Name "GEDKeeper"
OutFile "gedkeeper_3.4.1_win86.exe"
Expand Down
Binary file added projects/GEDKeeper_48.ico
Binary file not shown.
Binary file modified projects/GKCore/Resources/icon_gedkeeper.ico
Binary file not shown.
Binary file modified projects/GKCore/Resources/icon_gedkeeper.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion projects/GKv2/GEDKeeper2/GEDKeeper2.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<SignAssembly>False</SignAssembly>
<DelaySign>False</DelaySign>
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
<ApplicationIcon>GEDKeeper2.ico</ApplicationIcon>
<ApplicationIcon>..\..\GEDKeeper_48.ico</ApplicationIcon>
<ApplicationManifest>app.manifest</ApplicationManifest>
<MapFileExtensions>true</MapFileExtensions>
<UseApplicationTrust>false</UseApplicationTrust>
Expand Down
Binary file removed projects/GKv2/GEDKeeper2/GEDKeeper2.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion projects/GKv3/GEDKeeper3/GEDKeeper3.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
<StartupObject>GEDKeeper3.GKProgram</StartupObject>
<ApplicationIcon>icon_gedkeeper.ico</ApplicationIcon>
<ApplicationIcon>..\..\GEDKeeper_48.ico</ApplicationIcon>
</PropertyGroup>

<ItemGroup Condition=" $(DefineConstants.Contains('OS_MSWIN')) ">
Expand Down
Binary file removed projects/GKv3/GEDKeeper3/icon_gedkeeper.ico
Binary file not shown.

0 comments on commit a536bef

Please sign in to comment.