Update dmg imagery for macOS

This commit is contained in:
Casper Jeukendrup 2021-01-11 21:11:43 +01:00 committed by Igor Korsukov
parent b888074adf
commit 5ecf1fe1b4
3 changed files with 5 additions and 5 deletions

View file

@ -44,17 +44,17 @@ function set_bundle_display_options() {
set statusbar visible to false
set current view to icon view
delay 1 -- sync
set the bounds to {0, 0, 540, 300}
set the bounds to {0, 0, 720, 524}
end tell
delay 1 -- sync
set icon size of the icon view options of container window to 128
set icon size of the icon view options of container window to 120
set arrangement of the icon view options of container window to not arranged
set position of item "${LONGER_NAME}.app" to {400,110}
set position of item "${LONGER_NAME}.app" to {184, 320}
close
set position of item "Applications" to {150,110}
set position of item "Applications" to {536, 320}
open
set background picture of the icon view options of container window to file "background.tiff" of folder "Pictures"
set the bounds of the container window to {0, 0, 540, 300}
set the bounds of the container window to {0, 0, 720, 524}
update without registering applications
delay 5 -- sync
close

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB