Skip to content

Commit

Permalink
build 20200716
Browse files Browse the repository at this point in the history
  • Loading branch information
samstyle committed Jul 16, 2020
1 parent 0046236 commit 3641282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -80,7 +80,7 @@ elseif(${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
set(CPACK_GENERATOR "DragNDrop")
set(CPACK_DMG_NAME ${PROJECT_NAME})
set(CPACK_DMG_FORMAT UDZO)
set(CPACK_DMG_BACKGROUND_IMAGE ${CMAKE_SOURCE_DIR}/background.png)
# set(CPACK_DMG_BACKGROUND_IMAGE ${CMAKE_SOURCE_DIR}/background.png)

set(MACOSX_BUNDLE_BUNDLE_NAME ${PROJECT_NAME}.app)
set(MACOSX_BUNDLE_ICON_FILE ${PROJECT_NAME}.icns)
Expand Down

0 comments on commit 3641282

Please sign in to comment.