Skip to content

Commit

Permalink
increase size once more (arangodb#4402)
Browse files Browse the repository at this point in the history
  • Loading branch information
dothebart authored and jsteemann committed Jan 23, 2018
1 parent 37010b3 commit d582336
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/packages/bundle.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ to_native_path("CPACK_INSTALL_FULL_SYSCONFDIR")

# we wrap HDIUTIL to inject our own parameter:
find_program(HDIUTIL_EXECUTABLE hdiutil)
# for now 310MB seems to be enough:
set(CMAKE_DMG_SIZE 310)
# for now 500MB seems to be enough:
set(CMAKE_DMG_SIZE 500)
configure_file("${PROJECT_SOURCE_DIR}/Installation/MacOSX/Bundle/hdiutilwrapper.sh.in"
"${CMAKE_CURRENT_BINARY_DIR}/hdiutilwrapper.sh"
@ONLY)
Expand Down

0 comments on commit d582336

Please sign in to comment.