Skip to content

Commit b3a8a42

Browse files
authored
fix macos pkg logo (OpenMS#8554)
1 parent 0b1b6fb commit b3a8a42

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
8.41 KB
Loading

cmake/package_general.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ set(CPACK_STRIP_FILES TRUE) # to save some space in the installers
2727
set(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
2828
set(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
3131
set(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

cmake/package_mac_productbuild.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ set(CPACK_PRODUCTBUILD_IDENTIFIER "de.openms")
1919
set(CPACK_PRODUCTBUILD_RESOURCES_DIR ${PROJECT_SOURCE_DIR}/cmake/MacOSX)
2020
set(CPACK_PRODUCTBUILD_BACKGROUND ${OPENMS_LOGOSMALL_NAME})
2121
set(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)
2525
if(${CMAKE_VERSION} VERSION_GREATER_EQUAL "3.23.0")

0 commit comments

Comments
 (0)