Update macOS DMG window dimensions for improved layout
All checks were successful
farmcontrol/farmcontrol-server/pipeline/head This commit looks good
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:
parent
e469752c49
commit
5c1fccdba6
@ -277,13 +277,13 @@ function buildMacDmgWithCreateDmg(
|
|||||||
"120",
|
"120",
|
||||||
"--icon",
|
"--icon",
|
||||||
appBundleName,
|
appBundleName,
|
||||||
"108",
|
"128",
|
||||||
"210",
|
"220",
|
||||||
"--hide-extension",
|
"--hide-extension",
|
||||||
appBundleName,
|
appBundleName,
|
||||||
"--app-drop-link",
|
"--app-drop-link",
|
||||||
"302",
|
"382",
|
||||||
"210",
|
"220",
|
||||||
"--format",
|
"--format",
|
||||||
"UDZO",
|
"UDZO",
|
||||||
];
|
];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user