mirror of
https://github.com/ihmily/StreamCap.git
synced 2026-09-03 06:48:00 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user