1
0
Fork 0

Revert macOS package naming (#9470)

For alpha, beta, milestone, preview, rc release types
This commit is contained in:
KVS85 2019-07-12 19:13:22 +03:00 committed by GitHub
parent 02d1a17700
commit 43984488cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ elseif ("${PACKAGING}" STREQUAL "Bundle")
if ("${ARANGODB_DARWIN_REVISION}" STREQUAL "")
set(CPACK_PACKAGE_FILE_NAME "${CPACK_PACKAGE_NAME}-${CPACK_PACKAGE_VERSION}.x86_64")
else()
set(CPACK_PACKAGE_FILE_NAME "${CPACK_PACKAGE_NAME}-${CPACK_PACKAGE_VERSION}.${ARANGODB_DARWIN_REVISION}.x86_64")
set(CPACK_PACKAGE_FILE_NAME "${CPACK_PACKAGE_NAME}-${CPACK_PACKAGE_VERSION}-${ARANGODB_DARWIN_REVISION}.x86_64")
endif()
include(packages/bundle)
include(packages/tar)