From fa960b522de4e7c783d6f21f5e46c1d8eca6b4e5 Mon Sep 17 00:00:00 2001 From: Daniel Molkentin Date: Tue, 28 Jan 2014 15:44:23 +0100 Subject: Make Updater URL overridable --- OWNCLOUD.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OWNCLOUD.cmake') diff --git a/OWNCLOUD.cmake b/OWNCLOUD.cmake index 666895143..c4028f2f8 100644 --- a/OWNCLOUD.cmake +++ b/OWNCLOUD.cmake @@ -3,7 +3,7 @@ set( APPLICATION_NAME "ownCloud" ) set( APPLICATION_EXECUTABLE "owncloud" ) set( APPLICATION_DOMAIN "owncloud.com" ) set( APPLICATION_VENDOR "ownCloud, Inc" ) -set( APPLICATION_UPDATE_URL "https://updates.owncloud.com/client/" ) +set( APPLICATION_UPDATE_URL "https://updates.owncloud.com/client/" CACHE string "URL for updater" ) set( THEME_CLASS "ownCloudTheme" ) set( APPLICATION_REV_DOMAIN "com.owncloud.desktopclient" ) -- cgit v1.2.3