[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:
only:
- /^release-\d+(\.\d+){1,2}(-rc.*)?/
- pull/1682
- pull/1691
- store_artifacts:
# for master/PR builds

View File

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