From 958253bb2b5a0235a3cc31089106b6997047ffe0 Mon Sep 17 00:00:00 2001 From: Daniel Molkentin Date: Wed, 12 Feb 2014 12:17:32 +0100 Subject: Respect skipUpdate policy from global config files and windows policy. --- OWNCLOUD.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OWNCLOUD.cmake') 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" ) -- cgit v1.2.3