From ca23d40fc5a5c010883fd37793ee87b51a0277c5 Mon Sep 17 00:00:00 2001 From: Steve Mynott Date: Tue, 9 Feb 2016 13:38:47 +0000 Subject: fix icon placement in dmg and tweak docs and filenames --- ports/darwin_dmg/adjust_installation_window.scpt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ports/darwin_dmg/adjust_installation_window.scpt') diff --git a/ports/darwin_dmg/adjust_installation_window.scpt b/ports/darwin_dmg/adjust_installation_window.scpt index bc96bc6..5c8fa1b 100644 --- a/ports/darwin_dmg/adjust_installation_window.scpt +++ b/ports/darwin_dmg/adjust_installation_window.scpt @@ -25,7 +25,8 @@ tell application "Finder" 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} + set position of item "README.txt" to {120, 264} + set position of item "docs" to {360, 264} delay 5 close -- cgit v1.1