diff --git a/CMakeLists.txt b/CMakeLists.txt index 026fe49..f381bba 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -48,6 +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.png DESTINATION ${CMAKE_INSTALL_PREFIX}/share/pixmaps) +install(PROGRAMS assets/de.shorsh.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/discord-screenaudio.desktop b/assets/de.shorsh.discord-screenaudio.desktop similarity index 73% rename from assets/discord-screenaudio.desktop rename to assets/de.shorsh.discord-screenaudio.desktop index 9308c0c..32b026e 100644 --- a/assets/discord-screenaudio.desktop +++ b/assets/de.shorsh.discord-screenaudio.desktop @@ -2,5 +2,5 @@ Type=Application Name=discord-screenaudio Exec=discord-screenaudio -Icon=discord +Icon=de.shorsh.discord-screenaudio Terminal=false diff --git a/assets/de.shorsh.discord-screenaudio.png b/assets/de.shorsh.discord-screenaudio.png new file mode 100644 index 0000000..e92f6b3 Binary files /dev/null and b/assets/de.shorsh.discord-screenaudio.png differ diff --git a/assets/discord.png b/assets/discord.png deleted file mode 100644 index 15cb214..0000000 Binary files a/assets/discord.png and /dev/null differ