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.