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
This commit is contained in:
parent
56edb6ddd4
commit
3c90a90f93
@ -210,7 +210,7 @@
|
||||
|
||||
<copy file="${build.dir}/${fullname}.jar" tofile="${built.webapp.dir}/WEB-INF/lib/${fullname}.jar"/>
|
||||
|
||||
<replace file="${built.webapp.dir}/scripts/version.js">
|
||||
<replace file="${built.webapp.dir}/modules/core/scripts/version.js">
|
||||
<replacefilter token="$VERSION" value="${version}"/>
|
||||
<replacefilter token="$REVISION" value="${revision}"/>
|
||||
</replace>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user