diff options
author | Andrew A. de Laix <alain@lindenlab.com> | 2010-11-11 16:45:38 -0800 |
---|---|---|
committer | Andrew A. de Laix <alain@lindenlab.com> | 2010-11-11 16:45:38 -0800 |
commit | 830afa5b27092668517b2f5670e892143de3cf66 (patch) | |
tree | 24dd283d25902ee39a507c396fc8ab1fde4ee3e1 /indra/viewer_components | |
parent | 7a7f89db6d9c5e6b2c6c89ea39c0302907a0442b (diff) |
hacking mac updater to install from local dmg
Diffstat (limited to 'indra/viewer_components')
-rwxr-xr-x[-rw-r--r--] | indra/viewer_components/updater/scripts/darwin/update_install | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/indra/viewer_components/updater/scripts/darwin/update_install b/indra/viewer_components/updater/scripts/darwin/update_install index 24d344ca52..c061d2818f 100644..100755 --- a/indra/viewer_components/updater/scripts/darwin/update_install +++ b/indra/viewer_components/updater/scripts/darwin/update_install @@ -1,6 +1,3 @@ #! /bin/bash -hdiutil attach -nobrowse $1 -cp -R /Volumes/Second\ Life\ Installer/Second\ Life\ Viewer\ 2.app /Applications -hdiutil detach /Volumes/Second\ Life\ Installer -open /Applications/Second\ Life\ Viewer\ 2.app
\ No newline at end of file +open ../Resources/mac-updater.app --args -dmg "$1" -name "Second Life Viewer 2" |