Use the so-called "reverse DNS" notation for .desktop files

This commit is contained in:
Luca Beltrame 2015-08-20 17:41:43 +02:00
parent 7cf61f60d4
commit bfe706968c
2 changed files with 1 additions and 1 deletions

View file

@ -63,7 +63,7 @@ install(TARGETS danbooru_client ${INSTALL_TARGETS_DEFAULT_ARGS} )
########### install files ###############
install(PROGRAMS danbooru_client.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} )
install(PROGRAMS org.dennogumi.danbooru_client.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} )
install(FILES danboorusettings.kcfg DESTINATION ${KCFG_INSTALL_DIR})
install(FILES danbooru-clientui.rc DESTINATION ${KXMLGUI_INSTALL_DIR}/danbooru-client)
install(FILES qml/danbooruimageview.qml DESTINATION ${DATA_INSTALL_DIR}/danbooru-client)