This repository has been archived on 2026-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
powersync-app/packaging/osx/patchinstaller.sctp
2018-06-11 13:27:48 +02:00

20 lines
743 B
Plaintext

tell app "Finder"
tell disk "mea"
open
set current view of container window to icon view
set toolbar visible of container window to false
set statusbar visible of container window to false
set the bounds of container window to {400, 100, 944, 531}
set viewOptions to the icon view options of container window
set arrangement of viewOptions to not arranged
set icon size of viewOptions to 128
set background picture of viewOptions to file ".background:installer.tiff"
set position of item "mea.app" of container window to {135, 224}
set position of item "Applications" of container window to {412, 224}
close
open
update without registering applications
delay 2
end tell
end tell