File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ set(CPACK_STRIP_FILES TRUE) # to save some space in the installers
2727set (OPENMS_LOGO_NAME openms_logo_large_transparent.png) ## The filename of the logo to be used for the OpenMS folder e.g. on the DMG
2828set (OPENMS_LOGO ${PROJECT_SOURCE_DIR} /cmake/MacOSX/${OPENMS_LOGO_NAME} ) ## The logo to be used for the OpenMS folder e.g. on the DMG
2929
30- set (OPENMS_LOGOSMALL_NAME openms_logo_corner_transparent .png) ## The filename of the logo to be used for the OpenMS folder e.g. on the PKG
30+ set (OPENMS_LOGOSMALL_NAME openms_logo_corner_small .png) ## The filename of the logo to be used for the OpenMS folder e.g. on the PKG
3131set (OPENMS_LOGOSMALL ${PROJECT_SOURCE_DIR} /cmake/MacOSX/${OPENMS_LOGOSMALL_NAME} ) ## The logo to be used for the OpenMS folder e.g. on the PKG
3232
3333########################################################### Fixing dynamic dependencies
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ set(CPACK_PRODUCTBUILD_IDENTIFIER "de.openms")
1919set (CPACK_PRODUCTBUILD_RESOURCES_DIR ${PROJECT_SOURCE_DIR} /cmake/MacOSX)
2020set (CPACK_PRODUCTBUILD_BACKGROUND ${OPENMS_LOGOSMALL_NAME} )
2121set (CPACK_PRODUCTBUILD_BACKGROUND_ALIGNMENT "bottomleft" )
22- set (CPACK_PRODUCTBUILD_BACKGROUND_SCALING "tofit " )
22+ set (CPACK_PRODUCTBUILD_BACKGROUND_SCALING "none " )
2323
2424# Allow installing to every Domain if supported by current CMake version (https://gitlab.kitware.com/cmake/cmake/-/merge_requests/6825)
2525if (${CMAKE_VERSION} VERSION_GREATER_EQUAL "3.23.0" )
You can’t perform that action at this time.
0 commit comments