diff --git a/cmake/apple/dmg_branding.png b/cmake/apple/dmg_branding.png index c1469720775..2c6481ecb71 100644 Binary files a/cmake/apple/dmg_branding.png and b/cmake/apple/dmg_branding.png differ diff --git a/cmake/apple/dmg_branding@2x.png b/cmake/apple/dmg_branding@2x.png new file mode 100644 index 00000000000..7af39fecd47 Binary files /dev/null and b/cmake/apple/dmg_branding@2x.png differ diff --git a/cmake/apple/package_apple.json.in b/cmake/apple/package_apple.json.in index 76c48759994..1d1147cbf21 100644 --- a/cmake/apple/package_apple.json.in +++ b/cmake/apple/package_apple.json.in @@ -1,9 +1,9 @@ { "title": "@MACOSX_BUNDLE_BUNDLE_NAME@ @MACOSX_BUNDLE_LONG_VERSION_STRING@", "background": "@CMAKE_SOURCE_DIR@/cmake/apple/dmg_branding.png", - "icon-size": 72, + "icon-size": 128, "contents": [ - { "x": 460, "y": 260, "type": "link", "path": "/Applications" }, - { "x": 220, "y": 260, "type": "file", "path": "@CMAKE_BINARY_DIR@/@MACOSX_BUNDLE_BUNDLE_NAME@.app" } + { "x": 139, "y": 200, "type": "file", "path": "@CMAKE_BINARY_DIR@/@MACOSX_BUNDLE_BUNDLE_NAME@.app" }, + { "x": 568, "y": 200, "type": "link", "path": "/Applications" } ] }