From 5c1fccdba6c5bc11f8a2841c76495f71d8bc9378 Mon Sep 17 00:00:00 2001 From: Tom Butcher Date: Sat, 1 Aug 2026 23:43:47 +0100 Subject: [PATCH] Update macOS DMG window dimensions for improved layout - Adjusted the DMG window dimensions to enhance the visual presentation during installation, changing the height and width values for better content accommodation. --- scripts/finalize-desktop-artifacts.mjs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/finalize-desktop-artifacts.mjs b/scripts/finalize-desktop-artifacts.mjs index 3e1a70d..dee80dc 100644 --- a/scripts/finalize-desktop-artifacts.mjs +++ b/scripts/finalize-desktop-artifacts.mjs @@ -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", ];