From c711bd9863ccfd22661cbc354454d458d59bc340 Mon Sep 17 00:00:00 2001 From: Tom Butcher Date: Sat, 1 Aug 2026 23:46:31 +0100 Subject: [PATCH] Update macOS DMG window dimensions for improved layout - Increased the DMG window dimensions to enhance the visual presentation during installation, adjusting the height and width values for better content accommodation. --- 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 dee80dc..0da6d10 100644 --- a/scripts/finalize-desktop-artifacts.mjs +++ b/scripts/finalize-desktop-artifacts.mjs @@ -277,12 +277,12 @@ function buildMacDmgWithCreateDmg( "120", "--icon", appBundleName, - "128", + "138", "220", "--hide-extension", appBundleName, "--app-drop-link", - "382", + "402", "220", "--format", "UDZO",