Skip to content

Commit

Permalink
settings
Browse files Browse the repository at this point in the history
  • Loading branch information
danemadsen committed Jul 4, 2024
1 parent 3cf0cb3 commit 4a70991
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/scripts/create_dmg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ APP_NAME="maid"
APP_DIR="build/macos/Build/Products/Release/${APP_NAME}.app"
DMG_DIR="dmg"
TMP_MOUNT="/tmp/Maid"
DMG_BACKGROUND_IMG="./media/dmg.png"
WINX=0
WINY=0
DMG_BACKGROUND_IMG="./media/feature.png"
WINX=200
WINY=120
WINW=700
WINH=1000
ICON_SIZE=64
TEXT_SIZE=12
ICON_SIZE=90
TEXT_SIZE=16

# Create the dmg and app directories if they do not exist
mkdir -p ${DMG_DIR}
Expand Down Expand Up @@ -64,8 +64,8 @@ on run
set background picture of opts to file ".background:feature.png"
-- Positioning
set position of item "${APP_NAME}.app" of container window to {150, 50}
set position of item "Applications" of container window to {150, 300}
set position of item "${APP_NAME}.app" of container window to {350, 750}
set position of item "Applications" of container window to {350, 300}
close
open
Expand Down

0 comments on commit 4a70991

Please sign in to comment.