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>2012-11-16 19:34:30 +0400
committerDaniel Molkentin <danimo@owncloud.com>2012-11-19 15:10:45 +0400
commit6457153bdad7161e97eddb4ceb3db6883cfdda8f (patch)
treef747d3d24855ab21ac262acec6deb148e42dc46e /OwnCloudCPack.cmake
parentf8f188add48f07172a9644cac8cdd117007cc04d (diff)
Mac: Do not deploy DMG background, doesn't work
Diffstat (limited to 'OwnCloudCPack.cmake')
-rw-r--r--OwnCloudCPack.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/OwnCloudCPack.cmake b/OwnCloudCPack.cmake
index 2b440809e..7c9f9c156 100644
--- a/OwnCloudCPack.cmake
+++ b/OwnCloudCPack.cmake
@@ -21,7 +21,7 @@ if(APPLE)
set( CPACK_PACKAGE_ICON ${CMAKE_BINARY_DIR}/src/ownCloud.icns)
set( CPACK_DMG_DS_STORE "${CMAKE_SOURCE_DIR}/admin/osx/DS_Store.in")
- set( CPACK_DMG_BACKGROUND_IMAGE "${CMAKE_SOURCE_DIR}/admin/osx/DMGBackground.png" )
+# set( CPACK_DMG_BACKGROUND_IMAGE "${CMAKE_SOURCE_DIR}/admin/osx/DMGBackground.png" )
set( CPACK_DMG_FORMAT "UDBZ" )
set( CPACK_DMG_VOLUME_NAME "${APPLICATION_NAME}")