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

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2018-01-30 13:53:52 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2018-01-30 13:53:52 +0300
commitc04d1f1f69f2a5d6e2fe4899edccf820b4534dc1 (patch)
tree834895bfa43a9c000cfd34105c71c1243c9e7715
parentf8d805d78be851d800d07fb331b450b8efb86ac8 (diff)
Make different program so it doesn't mess with existing confige2e-tech-preview-1
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
-rw-r--r--NEXTCLOUD.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEXTCLOUD.cmake b/NEXTCLOUD.cmake
index 180a9fa98..e2310e0a2 100644
--- a/NEXTCLOUD.cmake
+++ b/NEXTCLOUD.cmake
@@ -1,5 +1,5 @@
-set( APPLICATION_NAME "Nextcloud" )
-set( APPLICATION_SHORTNAME "Nextcloud" )
+set( APPLICATION_NAME "Nextcloud-e2e" )
+set( APPLICATION_SHORTNAME "Nextcloud-e2e" )
set( APPLICATION_EXECUTABLE "nextcloud" )
set( APPLICATION_DOMAIN "nextcloud.com" )
set( APPLICATION_VENDOR "Nextcloud GmbH" )