mirror of
https://github.com/bitwarden/desktop.git
synced 2024-11-24 11:55:50 +01:00
new dmg background
This commit is contained in:
parent
01231ba5c8
commit
d8594e3cf0
12
package.json
12
package.json
@ -39,24 +39,20 @@
|
|||||||
"category": "public.app-category.productivity"
|
"category": "public.app-category.productivity"
|
||||||
},
|
},
|
||||||
"dmg": {
|
"dmg": {
|
||||||
"background": "./resources/background@2x.png",
|
"background": "./resources/background.png",
|
||||||
"contents": [
|
"contents": [
|
||||||
{
|
{
|
||||||
"x": 330,
|
"x": 270,
|
||||||
"y": 345,
|
"y": 345,
|
||||||
"type": "link",
|
"type": "link",
|
||||||
"path": "/Applications"
|
"path": "/Applications"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 330,
|
"x": 270,
|
||||||
"y": 110,
|
"y": 110,
|
||||||
"type": "file"
|
"type": "file"
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"window": {
|
|
||||||
"width": 660,
|
|
||||||
"height": 480
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"nsis": {
|
"nsis": {
|
||||||
"perMachine": true
|
"perMachine": true
|
||||||
|
BIN
resources/background.png
Normal file
BIN
resources/background.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
Binary file not shown.
Before Width: | Height: | Size: 38 KiB |
Loading…
Reference in New Issue
Block a user