fix: new DMG background (#12418)

Signed-off-by: Václav Vančura <commit@vancura.dev>
This commit is contained in:
Václav Vančura 2025-05-08 16:44:08 +02:00 committed by GitHub
parent 4caa65ca21
commit 9ece43b2f5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 2 deletions

View file

@ -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',
},
],

Binary file not shown.

After

Width:  |  Height:  |  Size: 133 KiB