summaryrefslogtreecommitdiff
path: root/app/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'app/CMakeLists.txt')
-rw-r--r--app/CMakeLists.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/app/CMakeLists.txt b/app/CMakeLists.txt
index 669cfeb..4c2d3cd 100644
--- a/app/CMakeLists.txt
+++ b/app/CMakeLists.txt
@@ -18,8 +18,8 @@ target_link_libraries("app" PRIVATE
)
target_add_glib_resources("app"
- PREFIX "metainfo"
- UI_FILES "ch.arknet.Turns.metainfo.xml"
+ PREFIX "/ch/arknet/Turns"
+ UI_FILES "metainfo.xml"
)
set_target_properties("app" PROPERTIES
@@ -31,8 +31,9 @@ install(TARGETS "app"
)
install(FILES
- "${CMAKE_CURRENT_SOURCE_DIR}/ch.arknet.Turns.metainfo.xml"
+ "${CMAKE_CURRENT_SOURCE_DIR}/metainfo.xml"
DESTINATION "${CMAKE_INSTALL_DATAROOTDIR}/metainfo"
+ RENAME "ch.arknet.Turns.metainfo.xml"
)
configure_file("desktop.in"