Update DMG window position parameters

Adjusted the positioning of the DMG window.
This commit is contained in:
Hmily
2026-07-06 05:38:02 +08:00
committed by GitHub
parent be7f4d4ad0
commit 3e8bbe23a9

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=440
WINDOW_TOP=284
WINDOW_LEFT=305
WINDOW_TOP=170
WINDOW_RIGHT=$((WINDOW_LEFT + WINDOW_WIDTH))
WINDOW_BOTTOM=$((WINDOW_TOP + WINDOW_HEIGHT))
APP_ICON_X=230