Sha256: a323cd644d6c6172144b41cf530586aa423205d12ad027fa82982ae778e123db
Contents?: true
Size: 714 Bytes
Versions: 11
Compression:
Stored size: 714 Bytes
Contents
tell application "Finder" tell disk "<%= volume_name %>" 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 {<%= window_bounds %>} set theViewOptions to the icon view options of container window set arrangement of theViewOptions to not arranged set icon size of theViewOptions to 72 set background picture of theViewOptions to file ".support:background.png" delay 5 set position of item "<%= pkg_name %>" of container window to {<%= pkg_position %>} update without registering applications delay 5 end tell end tell
Version data entries
11 entries across 11 versions & 1 rubygems