Update macOS DMG icon positioning for improved aesthetics
All checks were successful
farmcontrol/farmcontrol-server/pipeline/head This commit looks good

- Adjusted the icon positioning values in the DMG build script to enhance the visual layout during installation, ensuring a more polished appearance.
This commit is contained in:
Tom Butcher 2026-08-02 00:21:14 +01:00
parent b3d0da69d6
commit 2ceca996d9

View File

@ -277,12 +277,12 @@ function buildMacDmgWithCreateDmg(
"--icon",
appBundleName,
"138",
"220",
"215",
"--hide-extension",
appBundleName,
"--app-drop-link",
"402",
"220",
"215",
"--format",
"UDZO",
];