Skip to content

Commit

Permalink
macOS: set volume name
Browse files Browse the repository at this point in the history
  • Loading branch information
edocevoli committed Sep 29, 2018
1 parent 9f0fd0e commit 5c1865f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Packaging/cpack-config.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ if("${CPACK_GENERATOR}" STREQUAL "DragNDrop")
set(CPACK_DMG_DS_STORE_SETUP_SCRIPT
"@CMAKE_SOURCE_DIR@/Packaging/dmg/setup.scpt"
)
set(CPACK_DMG_VOLUME_NAME
"MiKTeX"
)
endif()

if("${CPACK_GENERATOR}" STREQUAL "productbuild")
Expand Down

0 comments on commit 5c1865f

Please sign in to comment.