From aceccd14fa48d9ca3a2476d2432d82312b9e49b4 Mon Sep 17 00:00:00 2001 From: Hmily <114978440+ihmily@users.noreply.github.com> Date: Mon, 6 Jul 2026 05:56:55 +0800 Subject: [PATCH] Update DMG window position in create_macos_dmg.sh Adjusted the position of the DMG window by changing the left and top coordinates. --- scripts/create_macos_dmg.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/create_macos_dmg.sh b/scripts/create_macos_dmg.sh index 36721cc..058a47b 100644 --- a/scripts/create_macos_dmg.sh +++ b/scripts/create_macos_dmg.sh @@ -7,8 +7,8 @@ VOLUME_NAME="${3:-StreamCap}" BACKGROUND_IMAGE="${4:-assets/images/dmg.jpg}" WINDOW_WIDTH=830 WINDOW_HEIGHT=540 -WINDOW_LEFT=305 -WINDOW_TOP=170 +WINDOW_LEFT=440 +WINDOW_TOP=60 WINDOW_RIGHT=$((WINDOW_LEFT + WINDOW_WIDTH)) WINDOW_BOTTOM=$((WINDOW_TOP + WINDOW_HEIGHT)) APP_ICON_X=230