mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-25 18:30:23 -06:00
Set relative path to icon file in Windows resource script.
No idea why this is necessary for tarball builds, but it is. Also update the copyright date in the same file.
This commit is contained in:
parent
e959822817
commit
09bcb515a1
@ -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
|
||||
@ -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@"
|
||||
|
Loading…
Reference in New Issue
Block a user