From 1ab00ee774de0b7cf079f9c3ff68c21f02da3716 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Malte=20J=C3=BCrgens?= Date: Thu, 28 Jul 2022 18:23:26 +0200 Subject: [PATCH] include timestamp in metainfo --- CMakeLists.txt | 1 + assets/de.shorsh.discord-screenaudio.metainfo.xml.in | 7 ++----- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5c7f3b6..2946acd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 diff --git a/assets/de.shorsh.discord-screenaudio.metainfo.xml.in b/assets/de.shorsh.discord-screenaudio.metainfo.xml.in index 92aeee3..fd40ea6 100644 --- a/assets/de.shorsh.discord-screenaudio.metainfo.xml.in +++ b/assets/de.shorsh.discord-screenaudio.metainfo.xml.in @@ -5,13 +5,10 @@ GPL-3.0+ discord-screenaudio - + - - A very WIP custom discord client that supports streaming with audio on - Linux. - + A very WIP custom discord client that supports streaming with audio on Linux

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.