diff options
Diffstat (limited to 'client')
-rw-r--r-- | client/CMakeLists.txt | 6 | ||||
-rwxr-xr-x | client/polyester.desktop | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/client/CMakeLists.txt b/client/CMakeLists.txt index 6692d6d..31e32b4 100644 --- a/client/CMakeLists.txt +++ b/client/CMakeLists.txt @@ -38,5 +38,11 @@ tde_add_kpart(twin_polyester DESTINATION ${PLUGIN_INSTALL_DIR} ) +### other data ################################################################# +install( + FILES polyester.desktop + DESTINATION ${DATA_INSTALL_DIR}/twin +) + ### configuration module ####################################################### add_subdirectory(config)
\ No newline at end of file diff --git a/client/polyester.desktop b/client/polyester.desktop index 30f8b1d..52e7c93 100755 --- a/client/polyester.desktop +++ b/client/polyester.desktop @@ -2,4 +2,4 @@ [Desktop Entry] Encoding=UTF-8 Name=Polyester -X-TDE-Library=twin3_polyester +X-TDE-Library=twin_polyester
\ No newline at end of file |