feat(dmg): customize macOS DMG installer appearance

- Add DMG background image with drag-to-install arrow guide
- Configure window size (660x400), app and Applications icon positions
- Center icons horizontally with visual arrow between them
This commit is contained in:
Jason
2026-03-24 09:51:23 +08:00
parent d4edf30747
commit 15989effb4
3 changed files with 62 additions and 20 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

+16 -1
View File
@@ -50,7 +50,22 @@
}
},
"macOS": {
"minimumSystemVersion": "12.0"
"minimumSystemVersion": "12.0",
"dmg": {
"background": "icons/dmg-background.png",
"windowSize": {
"width": 660,
"height": 400
},
"appPosition": {
"x": 180,
"y": 220
},
"applicationFolderPosition": {
"x": 480,
"y": 220
}
}
}
},
"plugins": {