| 991 | | osascript -e "tell application \"Finder\"" \ |
|---|
| 992 | | -e " set f to POSIX file (\"$(top_builddir)/vlcmnt/vlc-${VERSION}/\" as string) as alias" \ |
|---|
| 993 | | -e " tell folder f" \ |
|---|
| 994 | | -e " open" \ |
|---|
| 995 | | -e " tell container window" \ |
|---|
| 996 | | -e " set toolbar visible to false" \ |
|---|
| 997 | | -e " set statusbar visible to false" \ |
|---|
| 998 | | -e " set current view to icon view" \ |
|---|
| 999 | | -e " delay 1 -- Sync" \ |
|---|
| 1000 | | -e " set the bounds to {50, 100, 1000, 1000} -- Big size so the finder won't do silly things" \ |
|---|
| 1001 | | -e " end tell" \ |
|---|
| 1002 | | -e " delay 1 -- Sync" \ |
|---|
| 1003 | | -e " set icon size of the icon view options of container window to 128" \ |
|---|
| 1004 | | -e " set arrangement of the icon view options of container window to not arranged" \ |
|---|
| 1005 | | -e " set background picture of the icon view options of container window to file \".background:background.png\"" \ |
|---|
| 1006 | | -e " set position of item \"VLC.app\" to {100, 20}" \ |
|---|
| 1007 | | -e " set position of item \"Applications\" to {310, 20}" \ |
|---|
| 1008 | | -e " set position of item \"Goodies\" to {40, 200}" \ |
|---|
| 1009 | | -e " set position of item \"Read Me.rtf\" to {410, 200}" \ |
|---|
| 1010 | | -e " set the bounds of the container window to {50, 100, 590, 500}" \ |
|---|
| 1011 | | -e " update without registering applications" \ |
|---|
| 1012 | | -e " delay 5 -- Sync" \ |
|---|
| 1013 | | -e " close" \ |
|---|
| 1014 | | -e " end tell" \ |
|---|
| 1015 | | -e " -- Sync" \ |
|---|
| 1016 | | -e " delay 5" \ |
|---|
| 1017 | | -e "end tell" || true # Make sure we don't make the build bots fail |
|---|
| | 991 | # osascript -e "tell application \"Finder\"" \ |
|---|
| | 992 | # -e " set f to POSIX file (\"$(top_builddir)/vlcmnt/vlc-${VERSION}/\" as string) as alias" \ |
|---|
| | 993 | # -e " tell folder f" \ |
|---|
| | 994 | # -e " open" \ |
|---|
| | 995 | # -e " tell container window" \ |
|---|
| | 996 | # -e " set toolbar visible to false" \ |
|---|
| | 997 | # -e " set statusbar visible to false" \ |
|---|
| | 998 | # -e " set current view to icon view" \ |
|---|
| | 999 | # -e " delay 1 -- Sync" \ |
|---|
| | 1000 | # -e " set the bounds to {50, 100, 1000, 1000} -- Big size so the finder won't do silly things" \ |
|---|
| | 1001 | # -e " end tell" \ |
|---|
| | 1002 | # -e " delay 1 -- Sync" \ |
|---|
| | 1003 | # -e " set icon size of the icon view options of container window to 128" \ |
|---|
| | 1004 | # -e " set arrangement of the icon view options of container window to not arranged" \ |
|---|
| | 1005 | # -e " set background picture of the icon view options of container window to file \".background:background.png\"" \ |
|---|
| | 1006 | # -e " set position of item \"VLC.app\" to {100, 20}" \ |
|---|
| | 1007 | # -e " set position of item \"Applications\" to {310, 20}" \ |
|---|
| | 1008 | # -e " set position of item \"Goodies\" to {40, 200}" \ |
|---|
| | 1009 | # -e " set position of item \"Read Me.rtf\" to {410, 200}" \ |
|---|
| | 1010 | # -e " set the bounds of the container window to {50, 100, 590, 500}" \ |
|---|
| | 1011 | # -e " update without registering applications" \ |
|---|
| | 1012 | # -e " delay 5 -- Sync" \ |
|---|
| | 1013 | # -e " close" \ |
|---|
| | 1014 | # -e " end tell" \ |
|---|
| | 1015 | # -e " -- Sync" \ |
|---|
| | 1016 | # -e " delay 5" \ |
|---|
| | 1017 | # -e "end tell" || true # Make sure we don't make the build bots fail |
|---|