Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/snap
diff options
context:
space:
mode:
authorGiovanni Panozzo <giovanni@panozzo.it>2017-10-01 22:10:59 +0300
committerGiovanni Panozzo <giovanni@panozzo.it>2017-10-01 22:10:59 +0300
commitdc6f9f9b33202e285e007ba4037b4036b37ee7c6 (patch)
treef71ce25f633b313da43bb0dca6044caa23f9a257 /snap
parent11bc861c5f6bd6bae3c2273ac9b73c0bf8655de1 (diff)
Update desktop file name in snap CMakeLists.txt
Diffstat (limited to 'snap')
-rw-r--r--snap/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/snap/CMakeLists.txt b/snap/CMakeLists.txt
index 3f9c47618..e75148f70 100644
--- a/snap/CMakeLists.txt
+++ b/snap/CMakeLists.txt
@@ -51,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}/org.Remmina.desktop @ONLY)
+ ${SNAP_GUI_DIR}/${UNIQUE_APPNAME}.desktop @ONLY)
configure_file(${CMAKE_SOURCE_DIR}/LICENSE
${SNAP_SETUP_DIR}/license.txt COPYONLY)