Update DMG window position in create_macos_dmg.sh

Adjusted the position of the DMG window by changing the left and top coordinates.
This commit is contained in:
Hmily
2026-07-06 05:56:55 +08:00
committed by GitHub
parent 3e8bbe23a9
commit aceccd14fa

View File

@@ -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