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

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Molkentin <danimo@owncloud.com>2014-02-12 15:17:32 +0400
committerDaniel Molkentin <danimo@owncloud.com>2014-02-12 20:55:05 +0400
commit958253bb2b5a0235a3cc31089106b6997047ffe0 (patch)
tree80b87ffbcac8755943b3aa7900824202a10b697b /OWNCLOUD.cmake
parentbcf73cfc405a053ee2196367907a170cc08b88a0 (diff)
Respect skipUpdate policy from global config files and windows policy.
Diffstat (limited to 'OWNCLOUD.cmake')
-rw-r--r--OWNCLOUD.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/OWNCLOUD.cmake b/OWNCLOUD.cmake
index c4028f2f8..c17834c69 100644
--- a/OWNCLOUD.cmake
+++ b/OWNCLOUD.cmake
@@ -2,7 +2,7 @@ set( APPLICATION_NAME "ownCloud" )
#set( APPLICATION_SHORTNAME ${APPLICATION_NAME} )
set( APPLICATION_EXECUTABLE "owncloud" )
set( APPLICATION_DOMAIN "owncloud.com" )
-set( APPLICATION_VENDOR "ownCloud, Inc" )
+set( APPLICATION_VENDOR "ownCloud" )
set( APPLICATION_UPDATE_URL "https://updates.owncloud.com/client/" CACHE string "URL for updater" )
set( THEME_CLASS "ownCloudTheme" )