From 3c90a90f93025f925de5ce3a4c9c3a2ef02f3324 Mon Sep 17 00:00:00 2001 From: Stefano Mazzocchi Date: Fri, 20 Aug 2010 22:24:02 +0000 Subject: [PATCH] fix ./gridworks dist NOTE: there is a bug in Snow Leopard that prevents the disk images from showing the background Unfortunately, there is no known workaround: more info at http://lists.apple.com/archives/installer-dev/2010/Mar/msg00040.html git-svn-id: http://google-refine.googlecode.com/svn/trunk@1177 7d457c2a-affb-35e4-300a-418c747d4874 --- build.xml | 2 +- gridworks | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.xml b/build.xml index 8741f31e9..a695d6b12 100644 --- a/build.xml +++ b/build.xml @@ -210,7 +210,7 @@ - + diff --git a/gridworks b/gridworks index 78a27c1be..d9e5cfa1f 100755 --- a/gridworks +++ b/gridworks @@ -477,9 +477,9 @@ mac_dist() { set theViewOptions to the icon view options of container window set arrangement of theViewOptions to not arranged set icon size of theViewOptions to 100 - set background picture of theViewOptions to file ".background:'dmg_background.png'" + set background picture of theViewOptions to file ".background:dmg_background.png" make new alias file at container window to POSIX file "/Applications" with properties {name:"Applications"} - set position of item "'Gridworks'" of container window to {170, 175} + set position of item "Gridworks" of container window to {170, 175} set position of item "Applications" of container window to {380, 175} close open