Change location and name of .desktop file
This commit is contained in:
parent
439ebf71b4
commit
fb257cbf1f
2 changed files with 11 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
10
res/xyz.uvos.aceradio.desktop
Normal file
10
res/xyz.uvos.aceradio.desktop
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue