summaryrefslogtreecommitdiff
path: root/indra/newview/installers/darwin/dmg-cleanup.applescript
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2024-07-12 21:51:12 +0800
committerErik Kundiman <erik@megapahit.org>2024-07-12 21:51:12 +0800
commit0b7e89e4865f7ec57f93f58ffa8f287ebed18dc0 (patch)
treec8462377f609dbcbd29a2122531bb710efbaca0f /indra/newview/installers/darwin/dmg-cleanup.applescript
parent2c5815a1f3355724360278f814856a10f83a4c4e (diff)
parent52ecc4498d47a9f985955c8584de1a57584c0278 (diff)
Merge branch 'main' into maint-b
Diffstat (limited to 'indra/newview/installers/darwin/dmg-cleanup.applescript')
-rwxr-xr-xindra/newview/installers/darwin/dmg-cleanup.applescript1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/installers/darwin/dmg-cleanup.applescript b/indra/newview/installers/darwin/dmg-cleanup.applescript
index b5abc3a730..866bf31e8f 100755
--- a/indra/newview/installers/darwin/dmg-cleanup.applescript
+++ b/indra/newview/installers/darwin/dmg-cleanup.applescript
@@ -36,6 +36,7 @@ tell application "Finder"
set arrangement of theViewOptions to not arranged
set icon size of theViewOptions to 128
set background picture of theViewOptions to file ".background:background.jpg"
+ make new alias file at container window to POSIX file "/Applications" with properties {name:"Applications"}
set position of item "Megapahit" of container window to {125, 160}
set position of item "Applications" of container window to {375, 160}
update without registering applications