aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authorSteve Mynott <steve.mynott@gmail.com>2016-02-08 19:22:36 +0000
committerSteve Mynott <steve.mynott@gmail.com>2016-02-08 19:22:36 +0000
commitd63b1f75ef971489a00339f4ec8af0e4f3113bad (patch)
tree88c8baa9f8f966d410c07a657b3d03d28734559c /ports
parent37a9aab2ac59e63a22c4faec89f97b1d6311e7a1 (diff)
use Rakudo in applescript too
Diffstat (limited to 'ports')
-rw-r--r--ports/darwin_dmg/adjust_installation_window.scpt4
1 files changed, 2 insertions, 2 deletions
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}