Skip to content

Commit

Permalink
added bundle name for macOS application
Browse files Browse the repository at this point in the history
  • Loading branch information
malomo committed Apr 2, 2024
1 parent d32df15 commit 3a15782
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/meshlab/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ set_property(TARGET meshlab PROPERTY FOLDER Core)
if (APPLE)
set_source_files_properties(${CMAKE_CURRENT_SOURCE_DIR}/images/meshlab.icns PROPERTIES MACOSX_PACKAGE_LOCATION "Resources")
file(COPY ${MESHLAB_RESOURCES_DIR}/icons/meshlab.icns DESTINATION "${MESHLAB_BUILD_DISTRIB_DIR}/meshlab.app/Contents/Resources/")
set_target_properties(meshlab PROPERTIES
set_target_properties(meshlab PROPERTIES
MACOSX_BUNDLE_BUNDLE_NAME "MeshLab"
MACOSX_BUNDLE_ICON_FILE meshlab.icns
MACOSX_BUNDLE_BUNDLE_VERSION "${MESHLAB_VERSION}"
MACOSX_BUNDLE_SHORT_VERSION_STRING "${MESHLAB_VERSION}"
Expand Down

0 comments on commit 3a15782

Please sign in to comment.