diff --git a/CMakeLists.txt b/CMakeLists.txt index 58cc8af..c3dcea3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -61,7 +61,7 @@ target_include_directories(${PROJECT_NAME} PRIVATE install(TARGETS ${PROJECT_NAME} DESTINATION bin) # Install .desktop file -install(FILES aceradio.desktop DESTINATION share/applications) +install(FILES res/xyz.uvos.aceradio.desktop DESTINATION share/applications) # Install icon files install(FILES res/xyz.uvos.aceradio.png DESTINATION share/icons/hicolor/256x256/apps RENAME xyz.uvos.aceradio.png) diff --git a/res/xyz.uvos.aceradio.desktop b/res/xyz.uvos.aceradio.desktop new file mode 100644 index 0000000..0bfaa44 --- /dev/null +++ b/res/xyz.uvos.aceradio.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Version=1.0 +Type=Application +Name=Aceradio +Comment=A C++ Qt graphical user interface for generating music using acestep.cpp +Exec=aceradio +Icon=xyz.uvos.aceradio +Terminal=false +Categories=Audio;Music;AudioVideo;Player; +StartupWMClass=Aceradio