Skip to content

Commit

Permalink
Update installer image
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Jan 6, 2025
1 parent e9826bc commit 107fb96
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-macos-qt6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ jobs:
--volicon "$(pwd)/images/icons/mac/qgis.icns" \
--background "$(pwd)/platform/macos/installer_background.png" \
--window-pos 200 120 \
--window-size 512 320 \
--window-size 512 384 \
--icon-size 100 \
--icon "${QGIS_APP_NAME}.app" 130 160 \
--app-drop-link 400 155 \
Expand Down
4 changes: 2 additions & 2 deletions platform/macos/CPackMacDeployQt.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if(NOT "$ENV{MACOS_CODE_SIGN_IDENTITY}" STREQUAL "")
)

if (@CREATE_DMG@)
execute_process(COMMAND create-dmg --volname "@QGIS_APP_NAME@ Installer" --hide-extension @[email protected] --volicon "@CMAKE_SOURCE_DIR@/images/icons/mac/qgis.icns" --background "@CMAKE_SOURCE_DIR@/platform/macos/installer_background.png" --window-pos 200 120 --window-size 512 320 --icon-size 100 --icon "@[email protected]" 130 160 --app-drop-link 400 155 --codesign "${MACOS_CODE_SIGN_IDENTITY}" @CMAKE_BINARY_DIR@/@[email protected] ${CPACK_TEMPORARY_DIRECTORY}/@[email protected]
execute_process(COMMAND create-dmg --volname "@QGIS_APP_NAME@ Installer" --hide-extension @[email protected] --volicon "@CMAKE_SOURCE_DIR@/images/icons/mac/qgis.icns" --background "@CMAKE_SOURCE_DIR@/platform/macos/installer_background.png" --window-pos 200 120 --window-size 512 384 --icon-size 100 --icon "@[email protected]" 130 160 --app-drop-link 400 155 --codesign "${MACOS_CODE_SIGN_IDENTITY}" @CMAKE_BINARY_DIR@/@[email protected] ${CPACK_TEMPORARY_DIRECTORY}/@[email protected]
RESULT_VARIABLE CREATE_DMG_FAILURE)

if(CREATE_DMG_FAILURE)
Expand All @@ -21,7 +21,7 @@ else()
)

if (@CREATE_DMG@)
execute_process(COMMAND create-dmg --volname "@QGIS_APP_NAME@ Installer" --hide-extension @[email protected] --volicon "@CMAKE_SOURCE_DIR@/images/icons/mac/qgis.icns" --background "@CMAKE_SOURCE_DIR@/platform/macos/installer_background.png" --window-pos 200 120 --window-size 512 320 --icon-size 100 --icon "@[email protected]" 130 160 --app-drop-link 400 155 @CMAKE_BINARY_DIR@/@[email protected] ${CPACK_TEMPORARY_DIRECTORY}/@[email protected]
execute_process(COMMAND create-dmg --volname "@QGIS_APP_NAME@ Installer" --hide-extension @[email protected] --volicon "@CMAKE_SOURCE_DIR@/images/icons/mac/qgis.icns" --background "@CMAKE_SOURCE_DIR@/platform/macos/installer_background.png" --window-pos 200 120 --window-size 512 384 --icon-size 100 --icon "@[email protected]" 130 160 --app-drop-link 400 155 @CMAKE_BINARY_DIR@/@[email protected] ${CPACK_TEMPORARY_DIRECTORY}/@[email protected]
RESULT_VARIABLE CREATE_DMG_FAILURE)

if(CREATE_DMG_FAILURE)
Expand Down
Binary file modified platform/macos/installer_background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 107fb96

Please sign in to comment.