From f0dd22e0ad3c6a6040ba51d6c240bd1090bc8f63 Mon Sep 17 00:00:00 2001 From: Antenore Gatta Date: Tue, 26 Sep 2017 00:42:15 +0200 Subject: Desktop file renamed to follow freedesktop specification --- snap/CMakeLists.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'snap') diff --git a/snap/CMakeLists.txt b/snap/CMakeLists.txt index c8bbe0007..3f9c47618 100644 --- a/snap/CMakeLists.txt +++ b/snap/CMakeLists.txt @@ -42,7 +42,8 @@ set(SNAP_SETUP_DIR ${SNAP_BUILD_DIR}/snap) set(SNAP_GUI_DIR ${SNAP_SETUP_DIR}/gui) file(MAKE_DIRECTORY ${SNAP_GUI_DIR}) -file(RELATIVE_PATH CMAKE_SOURCE_DIR_RELATIVE ${SNAP_BUILD_DIR} ${CMAKE_SOURCE_DIR}) +file(RELATIVE_PATH CMAKE_SOURCE_DIR_RELATIVE ${SNAP_BUILD_DIR} + ${CMAKE_SOURCE_DIR}) configure_file(${CMAKE_CURRENT_SOURCE_DIR}/snapcraft.yaml.in ${SNAP_BUILD_DIR}/snapcraft.yaml @ONLY) @@ -50,7 +51,7 @@ configure_file(${CMAKE_CURRENT_SOURCE_DIR}/snapcraft.yaml.in set(REMMINA_BINARY_PATH "remmina") set(REMMINA_ICON "\${SNAP}/meta/gui/icon.svg") configure_file(${CMAKE_SOURCE_DIR}/remmina/desktop/remmina.desktop.in - ${SNAP_GUI_DIR}/remmina.desktop @ONLY) + ${SNAP_GUI_DIR}/org.Remmina.desktop @ONLY) configure_file(${CMAKE_SOURCE_DIR}/LICENSE ${SNAP_SETUP_DIR}/license.txt COPYONLY) -- cgit v1.2.3