1
0
Fork 0

added contact

This commit is contained in:
Frank Celler 2013-11-02 17:41:24 +00:00
parent bcf6eabce7
commit 10da35494d
1 changed files with 3 additions and 2 deletions

View File

@ -285,8 +285,9 @@ add_subdirectory(UnitTests)
set(CPACK_SET_DESTDIR ON)
set(CPACK_PACKAGE_NAME "ArangoDB-CLI")
set(CPACK_PACKAGE_VENDOR "triAGENS GmbH")
set(CPACK_PACKAGE_NAME "ArangoDB-CLI")
set(CPACK_PACKAGE_VENDOR "triAGENS GmbH")
set(CPACK_PACKAGE_CONTACT "info@arangodb.org")
set(CPACK_BUNDLE_NAME "${CPACK_PACKAGE_NAME}")
set(CPACK_BUNDLE_PLIST "${PROJECT_SOURCE_DIR}/Installation/MacOSX/Bundle/Info.plist")