[MM-37661][MM-29878] Brand Updates for Desktop v5.0/MM v6.0 (#1691)

* WIP

* WIP

* Fixed the background

* Do the thing

* Merge'd?

* Adjust window height to completely show image
This commit is contained in:
Devin Binnie
2021-08-11 16:49:36 -04:00
committed by GitHub
parent 14873083d7
commit 5964fc99ac
7 changed files with 10 additions and 7 deletions

View File

@@ -449,7 +449,7 @@ workflows:
branches: branches:
only: only:
- /^release-\d+(\.\d+){1,2}(-rc.*)?/ - /^release-\d+(\.\d+){1,2}(-rc.*)?/
- pull/1682 - pull/1691
- store_artifacts: - store_artifacts:
# for master/PR builds # for master/PR builds

View File

@@ -96,18 +96,21 @@
"background": "src/assets/osx/DMG_BG.png", "background": "src/assets/osx/DMG_BG.png",
"contents": [ "contents": [
{ {
"x": 152, "x": 135,
"y": 201 "y": 165
}, },
{ {
"x": 445, "x": 407,
"y": 201, "y": 165,
"type": "link", "type": "link",
"path": "/Applications" "path": "/Applications"
} }
], ],
"iconSize": 110, "iconSize": 120,
"iconTextSize": 13 "iconTextSize": 14,
"window": {
"height": 380
}
}, },
"squirrelWindows": { "squirrelWindows": {
"iconUrl": "file://src/assets/icon.ico", "iconUrl": "file://src/assets/icon.ico",

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.0 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 210 KiB

After

Width:  |  Height:  |  Size: 125 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 201 KiB

After

Width:  |  Height:  |  Size: 201 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 181 KiB