From d63b1f75ef971489a00339f4ec8af0e4f3113bad Mon Sep 17 00:00:00 2001 From: Steve Mynott Date: Mon, 8 Feb 2016 19:22:36 +0000 Subject: use Rakudo in applescript too --- ports/darwin_dmg/adjust_installation_window.scpt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ports') diff --git a/ports/darwin_dmg/adjust_installation_window.scpt b/ports/darwin_dmg/adjust_installation_window.scpt index fa29745..bc96bc6 100644 --- a/ports/darwin_dmg/adjust_installation_window.scpt +++ b/ports/darwin_dmg/adjust_installation_window.scpt @@ -1,5 +1,5 @@ tell application "Finder" - tell disk "Rakudo_Star" + tell disk "Rakudo" open set top_left_X to 100 @@ -23,7 +23,7 @@ tell application "Finder" set arrangement to not arranged end tell - set position of item "Rakudo_Star" to {120, 74} + set position of item "Rakudo" to {120, 74} set position of item "Applications" to {360, 74} set position of item "HOW_TO_INSTALL.txt" to {120, 264} -- cgit v1.1