From 2ceca996d91f6065bbe8f2a0c0e603c2d017e11f Mon Sep 17 00:00:00 2001 From: Tom Butcher Date: Sun, 2 Aug 2026 00:21:14 +0100 Subject: [PATCH] Update macOS DMG icon positioning for improved aesthetics - Adjusted the icon positioning values in the DMG build script to enhance the visual layout during installation, ensuring a more polished appearance. --- scripts/finalize-desktop-artifacts.mjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/finalize-desktop-artifacts.mjs b/scripts/finalize-desktop-artifacts.mjs index 7c64d37..d83f41b 100644 --- a/scripts/finalize-desktop-artifacts.mjs +++ b/scripts/finalize-desktop-artifacts.mjs @@ -277,12 +277,12 @@ function buildMacDmgWithCreateDmg( "--icon", appBundleName, "138", - "220", + "215", "--hide-extension", appBundleName, "--app-drop-link", "402", - "220", + "215", "--format", "UDZO", ];