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:
authorAntenore Gatta <antenore@simbiosi.org>2018-05-20 01:27:30 +0300
committerAntenore Gatta <antenore@simbiosi.org>2018-05-20 01:27:30 +0300
commit38e29e8592690fc78808b6598dccfecce020092e (patch)
treedce8fc573a8ba584a2238c404ad6835071a3461b /CMakeLists.txt
parent58bb7135655edb85e5db487d684ccab8e5c33bc7 (diff)
parentd6a68ebb43a71d9765b71a2f15541c96f6a68fbd (diff)
Merge branch 'master' of github.com:FreeRDP/Remmina
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt6
1 files changed, 2 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8c2892b65..07aaf8ebb 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -109,10 +109,8 @@ endif()
message(STATUS "Git Revision ${REMMINA_GIT_REVISION}")
-if(NOT UNIQUE_APPNAME)
- # UNIQUE_APPNAME should follow Gnome Application ID rules
- set(UNIQUE_APPNAME "org.remmina.Remmina")
-endif()
+# REMMINA_APP_ID should follow Gnome Application ID rules
+set(REMMINA_APP_ID "org.remmina.Remmina")
if(NOT REMMINA_DATADIR)
set(REMMINA_DATADIR "${CMAKE_INSTALL_FULL_DATADIR}")