Update macOS DMG window dimensions for improved layout
All checks were successful
farmcontrol/farmcontrol-server/pipeline/head This commit looks good

- Adjusted the DMG window dimensions to enhance the visual presentation during installation, changing the height and width values for better content accommodation.
This commit is contained in:
Tom Butcher 2026-08-01 23:43:47 +01:00
parent e469752c49
commit 5c1fccdba6

View File

@ -277,13 +277,13 @@ function buildMacDmgWithCreateDmg(
"120",
"--icon",
appBundleName,
"108",
"210",
"128",
"220",
"--hide-extension",
appBundleName,
"--app-drop-link",
"302",
"210",
"382",
"220",
"--format",
"UDZO",
];