include timestamp in metainfo

This commit is contained in:
Malte Jürgens 2022-07-28 18:23:26 +02:00
parent 38bcc30ed4
commit 1ab00ee774
No known key found for this signature in database
GPG key ID: D29FBD5F93C0CFC3
2 changed files with 3 additions and 5 deletions

View file

@ -10,6 +10,7 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON)
set(CMAKE_AUTOMOC ON)
set(CMAKE_AUTORCC ON)
set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -DDEBUG")
string(TIMESTAMP TIMESTAMP %s)
# set(CMAKE_AUTOUIC ON)
find_package(Qt5 CONFIG REQUIRED COMPONENTS

View file

@ -5,13 +5,10 @@
<project_license>GPL-3.0+</project_license>
<name>discord-screenaudio</name>
<releases>
<release version="${DISCORD_SCEENAUDIO_VERSION_FULL}" />
<release version="${DISCORD_SCEENAUDIO_VERSION_FULL}" timestamp="${TIMESTAMP}" />
</releases>
<summary>
A very WIP custom discord client that supports streaming with audio on
Linux.
</summary>
<summary>A very WIP custom discord client that supports streaming with audio on Linux</summary>
<description>
<p>A very WIP custom discord client that supports streaming with audio on Linux, made possible by the great work of @edisionnano and the Rohrkabel library by @Curve.</p>