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
diff options
context:
space:
mode:
Diffstat (limited to 'snap/CMakeLists.txt')
-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)