Skip to content

Commit 57b6144

Browse files
committed
Update dmg background.
Signed-off-by: Anders Kaseorg <[email protected]>
1 parent 9bff18e commit 57b6144

File tree

4 files changed

+18
-20
lines changed

4 files changed

+18
-20
lines changed

build/appdmg.png

-11.8 KB
Binary file not shown.

build/dmg-background.svg

Lines changed: 16 additions & 0 deletions
Loading

build/dmg-background.tiff

44.5 KB
Binary file not shown.

package.json

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -91,26 +91,8 @@
9191
"synopsis": "Zulip Desktop App"
9292
},
9393
"dmg": {
94-
"background": "build/appdmg.png",
95-
"icon": "build/dmg-icon.icns",
96-
"iconSize": 100,
97-
"contents": [
98-
{
99-
"x": 380,
100-
"y": 280,
101-
"type": "link",
102-
"path": "/Applications"
103-
},
104-
{
105-
"x": 110,
106-
"y": 280,
107-
"type": "file"
108-
}
109-
],
110-
"window": {
111-
"width": 500,
112-
"height": 500
113-
}
94+
"background": "build/dmg-background.tiff",
95+
"icon": "build/dmg-icon.icns"
11496
},
11597
"win": {
11698
"target": [

0 commit comments

Comments
 (0)