diff --git a/CMakeLists.txt b/CMakeLists.txt index e854fcd..026fe49 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -48,4 +48,6 @@ add_executable(discord-screenaudio ${discord-screenaudio_SRC}) target_link_libraries(discord-screenaudio Qt5::Widgets Qt5::WebEngineWidgets rohrkabel) install(TARGETS discord-screenaudio DESTINATION bin) +install(PROGRAMS assets/discord.png DESTINATION ${CMAKE_INSTALL_PREFIX}/share/pixmaps) install(PROGRAMS assets/discord-screenaudio.desktop DESTINATION ${CMAKE_INSTALL_PREFIX}/share/applications) +install(PROGRAMS assets/de.shorsh.discord-screenaudio.metainfo.xml DESTINATION ${CMAKE_INSTALL_PREFIX}/share/metainfo) diff --git a/assets/de.shorsh.discord-screenaudio.metainfo.xml b/assets/de.shorsh.discord-screenaudio.metainfo.xml new file mode 100644 index 0000000..a4fe1f4 --- /dev/null +++ b/assets/de.shorsh.discord-screenaudio.metainfo.xml @@ -0,0 +1,55 @@ + + + de.shorsh.discord-screenaudio + CC0-1.0 + 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, made possible by the + + great work + + of @edisionnano and the + Rohrkabel library by + @Curve. +

+

+ The purpose of this project is + not + to provide an alternative to the original Discord client. Rather, it + should be used in addition to the original client in case you want to + stream something, maybe used with a second account. For anything else, + this client has way too many things that work less well than in the + original client. +

+
+ + + discord-screenaudio.desktop + + + + + + https://user-images.githubusercontent.com/48161361/179571245-11ea05f3-fb5e-4aef-9132-2736e122ef04.png + + + + + https://github.com/maltejur/discord-screenaudio + + + discord-screenaudio + +
diff --git a/assets/discord.png b/assets/discord.png new file mode 100644 index 0000000..15cb214 Binary files /dev/null and b/assets/discord.png differ