aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}