mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-03-17 20:17:45 +01:00
Compare commits
No commits in common. "bc7d965a49913b259bb4e14dc9e6c4ee0f168537" and "6b4990a204f78ff16045a855e859edb5ed9b6dee" have entirely different histories.
bc7d965a49
...
6b4990a204
@ -1,4 +1,4 @@
|
|||||||
version: 13.15.{build}
|
version: 13.14.{build}
|
||||||
|
|
||||||
configuration:
|
configuration:
|
||||||
- Release
|
- Release
|
||||||
|
@ -3,7 +3,7 @@ unix:!macx:!android {
|
|||||||
} else {
|
} else {
|
||||||
TARGET = GPXSee
|
TARGET = GPXSee
|
||||||
}
|
}
|
||||||
VERSION = 13.15
|
VERSION = 13.14
|
||||||
|
|
||||||
|
|
||||||
QT += core \
|
QT += core \
|
||||||
@ -513,7 +513,7 @@ win32 {
|
|||||||
RESOURCES += theme-color.qrc
|
RESOURCES += theme-color.qrc
|
||||||
|
|
||||||
QMAKE_TARGET_DESCRIPTION = GPXSee
|
QMAKE_TARGET_DESCRIPTION = GPXSee
|
||||||
QMAKE_TARGET_COPYRIGHT = Copyright (c) 2015-2024 Martin Tuma
|
QMAKE_TARGET_COPYRIGHT = Copyright (c) 2023 Martin Tuma
|
||||||
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 \
|
||||||
|
@ -37,7 +37,7 @@ Unicode true
|
|||||||
; The name of the installer
|
; The name of the installer
|
||||||
Name "GPXSee"
|
Name "GPXSee"
|
||||||
; Program version
|
; Program version
|
||||||
!define VERSION "13.15"
|
!define VERSION "13.14"
|
||||||
|
|
||||||
; The file to write
|
; The file to write
|
||||||
OutFile "GPXSee-${VERSION}_x64.exe"
|
OutFile "GPXSee-${VERSION}_x64.exe"
|
||||||
@ -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" "Copyright (c) 2015-2024 Martin Tůma"
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user