Adjust macOS DMG icon positioning for consistency
All checks were successful
farmcontrol/farmcontrol-server/pipeline/head This commit looks good

- Updated icon positioning values in the DMG build script to maintain a consistent layout during installation, ensuring a polished appearance.
This commit is contained in:
Tom Butcher 2026-08-02 00:38:28 +01:00
parent 2ceca996d9
commit 75fa9e2270

View File

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