mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-04-21 17:47:22 +00:00
fix: new DMG background (#12418)
Signed-off-by: Václav Vančura <commit@vancura.dev>
This commit is contained in:
parent
4caa65ca21
commit
9ece43b2f5
2 changed files with 7 additions and 2 deletions
|
|
@ -200,16 +200,21 @@ const config = {
|
|||
},
|
||||
},
|
||||
dmg: {
|
||||
background: 'buildResources/dmg-background@2x.png',
|
||||
window: {
|
||||
width: 540,
|
||||
height: 380,
|
||||
},
|
||||
contents: [
|
||||
{
|
||||
x: 410,
|
||||
y: 150,
|
||||
y: 166,
|
||||
type: 'link',
|
||||
path: '/Applications',
|
||||
},
|
||||
{
|
||||
x: 130,
|
||||
y: 150,
|
||||
y: 166,
|
||||
type: 'file',
|
||||
},
|
||||
],
|
||||
|
|
|
|||
BIN
buildResources/dmg-background@2x.png
Normal file
BIN
buildResources/dmg-background@2x.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 133 KiB |
Loading…
Reference in a new issue