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", "--icon",
appBundleName, appBundleName,
"138", "138",
"215", "212",
"--hide-extension", "--hide-extension",
appBundleName, appBundleName,
"--app-drop-link", "--app-drop-link",
"402", "402",
"215", "212",
"--format", "--format",
"UDZO", "UDZO",
]; ];