summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2025-04-29 14:08:49 +0200
committerFelix Morgner <felix.morgner@gmail.com>2025-04-29 14:08:49 +0200
commitd8b8ed376288b0242c1548779b90e36f559423de (patch)
treebcb63977f7874fda9bec812135b4da8316b77704 /app
parent0d22a2452ea503a132f90c6c89817324abb4feec (diff)
downloadturns-d8b8ed376288b0242c1548779b90e36f559423de.tar.xz
turns-d8b8ed376288b0242c1548779b90e36f559423de.zip
app: rename installed meta files
Diffstat (limited to 'app')
-rw-r--r--app/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/CMakeLists.txt b/app/CMakeLists.txt
index 4c2d3cd..a231ec6 100644
--- a/app/CMakeLists.txt
+++ b/app/CMakeLists.txt
@@ -43,6 +43,7 @@ configure_file("desktop.in"
install(FILES
"${CMAKE_CURRENT_BINARY_DIR}/turns.desktop"
DESTINATION "${CMAKE_INSTALL_DATAROOTDIR}/applications"
+ RENAME "ch.arknet.Turns.desktop"
)
configure_file("mime.xml"
@@ -52,4 +53,5 @@ configure_file("mime.xml"
install(FILES
"${CMAKE_CURRENT_BINARY_DIR}/turns.xml"
DESTINATION "${CMAKE_INSTALL_DATAROOTDIR}/mime/packages"
+ RENAME "ch.arknet.Turns.xml"
)