Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonah BrĂ¼chert <jbb@kaidan.im>2022-08-26 14:13:36 +0300
committerJonah BrĂ¼chert <jbb@kaidan.im>2022-08-26 14:18:46 +0300
commita1aa0ff895ce43d12de54798a9aaff8ea83343ab (patch)
treec46eb3c66087020086507869bfac3c583c406bcf /CMakeLists.txt
parentdf3e1f1f47c8da00b0b6ec3eebc9eb2de3fc670b (diff)
BUILD(appstream): Include release date
Flathub requires this now. This is done in the same way as the build number.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0d2f5e3ac..147e4a852 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -14,6 +14,7 @@ if(${CMAKE_VERSION} VERSION_GREATER_EQUAL "3.20.0")
endif()
set(BUILD_NUMBER CACHE STRING "The build number of the current build. Will be used in Mumble's version to make sure newer builds upgrade older installations properly.")
+set(BUILD_RELEASE_DATE CACHE STRING "The release date to be used in the generated appstream metadata.")
if ("${BUILD_NUMBER}" STREQUAL "")
if(packaging)