mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Use GNUCASH_BUILD_ID in the gnucash appdata file
Add it to the release version if - it was defined - and it's not the same as GNC_VCS_REV
This commit is contained in:
@@ -13,4 +13,9 @@
|
||||
|
||||
include (${SRC_DIR}/cmake/version-info2env.cmake)
|
||||
versioninfo2env (${VCS_INFO_FILE})
|
||||
|
||||
|
||||
if (GNUCASH_BUILD_ID AND NOT "${GNUCASH_BUILD_ID}" STREQUAL "${GNC_VCS_REV}")
|
||||
set (GNC_VCS_REV "${GNC_VCS_REV} (${GNUCASH_BUILD_ID})")
|
||||
endif()
|
||||
configure_file(${SRC} ${DST})
|
||||
|
||||
Reference in New Issue
Block a user