diff --git a/build/background.png b/build/background.png index cdb0f59c02..7a23ef5e73 100644 Binary files a/build/background.png and b/build/background.png differ diff --git a/build/background@2x.png b/build/background@2x.png index 239d51dcbe..b276e26cbf 100644 Binary files a/build/background@2x.png and b/build/background@2x.png differ diff --git a/electron-builder.json b/electron-builder.json index a248828da5..4a3d1ca8f0 100644 --- a/electron-builder.json +++ b/electron-builder.json @@ -25,7 +25,20 @@ "artifactName": "rocketchat-${version}.${ext}" }, "dmg": { - "background": "build/background.png" + "background": "build/background.png", + "contents": [ + { + "type": "dir", + "x": 100, + "y": 211 + }, + { + "type": "link", + "path": "/Applications", + "x": 500, + "y": 211 + } + ] }, "pkg": { "isRelocatable": false,