diff options
Diffstat (limited to 'kasteroids/CMakeLists.txt')
-rw-r--r-- | kasteroids/CMakeLists.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/kasteroids/CMakeLists.txt b/kasteroids/CMakeLists.txt index b28f564d..4d63e1f2 100644 --- a/kasteroids/CMakeLists.txt +++ b/kasteroids/CMakeLists.txt @@ -32,9 +32,8 @@ tde_install_icons( kasteroids ) ##### other data ################################ -install( FILES kasteroids.desktop - DESTINATION ${XDG_APPS_INSTALL_DIR} -) + +tde_create_translated_desktop( kasteroids.desktop ) install( FILES kasteroidsui.rc DESTINATION ${DATA_INSTALL_DIR}/kasteroids |