diff options
Diffstat (limited to 'twin4/CMakeLists.txt')
-rw-r--r-- | twin4/CMakeLists.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/twin4/CMakeLists.txt b/twin4/CMakeLists.txt index 64dd715c..07286391 100644 --- a/twin4/CMakeLists.txt +++ b/twin4/CMakeLists.txt @@ -10,6 +10,4 @@ tde_install_icons( twin4 ) ##### other data ################################ -install( FILES twin4.desktop - DESTINATION ${XDG_APPS_INSTALL_DIR} -) +tde_create_translated_desktop( twin4.desktop ) |