From e890c4ae1be29057e7394b6bf498a4ae0347d513 Mon Sep 17 00:00:00 2001 From: Markus Goetz Date: Mon, 17 Nov 2014 18:30:32 +0100 Subject: OS X: Move previous fix to proper location --- OWNCLOUD.cmake | 8 -------- 1 file changed, 8 deletions(-) (limited to 'OWNCLOUD.cmake') diff --git a/OWNCLOUD.cmake b/OWNCLOUD.cmake index 98ee75e0b..d0ab1d66f 100644 --- a/OWNCLOUD.cmake +++ b/OWNCLOUD.cmake @@ -11,11 +11,3 @@ set( WIN_SETUP_BITMAP_PATH "${CMAKE_SOURCE_DIR}/admin/win/nsi" ) # set( THEME_INCLUDE "${OEM_THEME_DIR}/mytheme.h" ) # set( APPLICATION_LICENSE "${OEM_THEME_DIR}/license.txt ) - -# please ignore the 5 lines below this -# need this logic to not mess with re/uninstallations via macosx.pkgproj -if(${APPLICATION_REV_DOMAIN} STREQUAL "com.owncloud.desktopclient") - set(APPLICATION_REV_DOMAIN_INSTALLER "com.ownCloud.client") -else() -set(APPLICATION_REV_DOMAIN_INSTALLER ${APPLICATION_REV_DOMAIN}) -endif() \ No newline at end of file -- cgit v1.2.3