From 5590af309fd9f78e4642f01833e26bbcf343d145 Mon Sep 17 00:00:00 2001 From: Erik Kundiman Date: Thu, 11 Jul 2024 17:31:28 +0800 Subject: We're back to `make install` for macOS `cpack -G Bundle` just wouldn't play along well with code-signing and also broke Dullahan/CEF. The creation of the link to Applications in the AppleScript is now needed since we don't rely on CPack to make it for us any more. --- indra/newview/installers/darwin/dmg-cleanup.applescript | 1 + 1 file changed, 1 insertion(+) (limited to 'indra/newview/installers/darwin/dmg-cleanup.applescript') 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 -- cgit v1.2.3