Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tamlok committed May 14, 2024
1 parent 9fd5826 commit 642e9a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Packaging.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ elseif(APPLE)
message(STATUS "Package generation - MacOS - DMG")

list(APPEND CPACK_GENERATOR External)
set(CPACK_BUNDLE_NAME "${PROJECT_NAME}" )
set(CPACK_BUNDLE_NAME "vnote" )
set(CPACK_BUNDLE_PLIST "${CMAKE_CURRENT_LIST_DIR}/data/core/Info.plist")
set(CPACK_BUNDLE_ICON "${CMAKE_CURRENT_LIST_DIR}/data/core/icons/vnote.icns")
set(CPACK_DMG_VOLUME_NAME "${PROJECT_NAME}")
Expand Down

0 comments on commit 642e9a0

Please sign in to comment.