mirror of
https://github.com/nextcloud/desktop.git
synced 2024-12-20 12:52:06 +03:00
10 lines
418 B
Text
10 lines
418 B
Text
|
if(BUILD_OWNCLOUD_OSX_BUNDLE AND NOT BUILD_LIBRARIES_ONLY)
|
||
|
if (SPARKLE_FOUND)
|
||
|
install(FILES ${CMAKE_SOURCE_DIR}/admin/osx/deny_autoupdate_com.owncloud.desktopclient.plist
|
||
|
DESTINATION ${OWNCLOUD_OSX_BUNDLE}/Contents/Resources)
|
||
|
install(FILES ${CMAKE_SOURCE_DIR}/admin/osx/sparkle/dsa_pub.pem
|
||
|
DESTINATION ${OWNCLOUD_OSX_BUNDLE}/Contents/Resources)
|
||
|
endif()
|
||
|
endif()
|
||
|
|