mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-11-21 15:08:09 +00:00
BIN
build/appdmg.png
BIN
build/appdmg.png
Binary file not shown.
|
Before Width: | Height: | Size: 6.2 KiB After Width: | Height: | Size: 12 KiB |
14
package.json
14
package.json
@@ -73,20 +73,24 @@
|
|||||||
"dmg": {
|
"dmg": {
|
||||||
"background": "build/appdmg.png",
|
"background": "build/appdmg.png",
|
||||||
"icon": "build/icon.icns",
|
"icon": "build/icon.icns",
|
||||||
"iconSize": 128,
|
"iconSize": 100,
|
||||||
"contents": [
|
"contents": [
|
||||||
{
|
{
|
||||||
"x": 380,
|
"x": 380,
|
||||||
"y": 240,
|
"y": 280,
|
||||||
"type": "link",
|
"type": "link",
|
||||||
"path": "/Applications"
|
"path": "/Applications"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 122,
|
"x": 110,
|
||||||
"y": 240,
|
"y": 280,
|
||||||
"type": "file"
|
"type": "file"
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"window": {
|
||||||
|
"width": 500,
|
||||||
|
"height": 500
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"win": {
|
"win": {
|
||||||
"target": [
|
"target": [
|
||||||
|
|||||||
Reference in New Issue
Block a user