From e469752c495506626f31603e47a69a05b939d963 Mon Sep 17 00:00:00 2001 From: Tom Butcher Date: Sat, 1 Aug 2026 23:40:41 +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 ec90ead..3e1a70d 100644 --- a/scripts/finalize-desktop-artifacts.mjs +++ b/scripts/finalize-desktop-artifacts.mjs @@ -277,13 +277,13 @@ function buildMacDmgWithCreateDmg( "120", "--icon", appBundleName, - "98", - "270", + "108", + "210", "--hide-extension", appBundleName, "--app-drop-link", - "282", - "250", + "302", + "210", "--format", "UDZO", ];