Change location and name of .desktop file

This commit is contained in:
Carl Philipp Klemm 2026-03-12 22:28:23 +01:00
parent 439ebf71b4
commit fb257cbf1f
2 changed files with 11 additions and 1 deletions

View file

@ -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)

View file

@ -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