Adjust macOS DMG icon positioning for consistency
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
- 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:
parent
2ceca996d9
commit
75fa9e2270
@ -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",
|
||||||
];
|
];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user