1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-24 03:35:53 +01:00

Extended Windows executables info

This commit is contained in:
Martin Tůma 2023-10-07 00:18:16 +02:00
parent c1235a953e
commit 0fa4675df6
2 changed files with 3 additions and 1 deletions

View File

@ -507,6 +507,8 @@ macx {
} }
win32 { win32 {
QMAKE_TARGET_DESCRIPTION = GPXSee
QMAKE_TARGET_COPYRIGHT = Copyright (c) 2023 Martin Tůma
RC_ICONS = icons/app/gpxsee.ico \ RC_ICONS = icons/app/gpxsee.ico \
icons/formats/gpx.ico \ icons/formats/gpx.ico \
icons/formats/tcx.ico \ icons/formats/tcx.ico \

View File

@ -58,7 +58,7 @@ VIProductVersion "${VERSION}.0.0"
VIAddVersionKey "ProductVersion" ${VERSION} VIAddVersionKey "ProductVersion" ${VERSION}
VIAddVersionKey "FileVersion" "${VERSION}.0.0" VIAddVersionKey "FileVersion" "${VERSION}.0.0"
VIAddVersionKey "ProductName" "GPXSee" VIAddVersionKey "ProductName" "GPXSee"
VIAddVersionKey "LegalCopyright" "GPXSee project" VIAddVersionKey "LegalCopyright" "Copyright (c) 2023 Martin Tůma"
VIAddVersionKey "FileDescription" "GPXSee installer (x64)" VIAddVersionKey "FileDescription" "GPXSee installer (x64)"
; Registry key to check for directory (so if you install again, it will ; Registry key to check for directory (so if you install again, it will