Skip to content

Commit

Permalink
Set relative path to icon file in Windows resource script.
Browse files Browse the repository at this point in the history
No idea why this is necessary for tarball builds, but it is.
Also update the copyright date in the same file.
  • Loading branch information
jralls committed Oct 29, 2017
1 parent e959822 commit 09bcb51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gnucash/gnucash.rc.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include <windows.h>

APPLICATION_ICON ICON DISCARDABLE "gnucash-icon.ico"
APPLICATION_ICON ICON DISCARDABLE "../data/pixmaps/gnucash-icon.ico"

VS_VERSION VERSIONINFO
FILEVERSION @GNUCASH_MAJOR_VERSION@,@GNUCASH_MINOR_VERSION@,@GNUCASH_MICRO_VERSION@,0
Expand All @@ -19,7 +19,7 @@ BEGIN
VALUE "FileDescription", "GnuCash Program File"
VALUE "FileVersion", "@VERSION@"
VALUE "InternalName", "gnucash"
VALUE "LegalCopyright", "©2011 GnuCash Development Team, Licence: GPL v2.0 or later"
VALUE "LegalCopyright", "©2017 GnuCash Development Team, Licence: GPL v2.0 or later"
VALUE "OriginalFilename", "gnucash.exe"
VALUE "ProductName", "GnuCash Free Finance Manager"
VALUE "ProductVersion", "@VERSION@"
Expand Down

0 comments on commit 09bcb51

Please sign in to comment.