diff options
| author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2011-09-30 11:06:12 -0400 | 
|---|---|---|
| committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2011-09-30 11:06:12 -0400 | 
| commit | 41d9ad5cd3a054ad566dad392ecc8cf60ab52934 (patch) | |
| tree | 885a72e92f2c348d9a5ea6ca3db4b8a1949c74bf | |
| parent | 29401ee50a6db78c46dd5180ce3cb6116e4ead1d (diff) | |
SH-2515 WIP - changed app name in mac-updater
| -rwxr-xr-x[-rw-r--r--] | indra/viewer_components/updater/scripts/darwin/update_install | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/viewer_components/updater/scripts/darwin/update_install b/indra/viewer_components/updater/scripts/darwin/update_install index 6a95f96d86..e7f36dc5a3 100644..100755 --- a/indra/viewer_components/updater/scripts/darwin/update_install +++ b/indra/viewer_components/updater/scripts/darwin/update_install @@ -6,5 +6,5 @@  #  cd "$(dirname "$0")" -(../Resources/mac-updater.app/Contents/MacOS/mac-updater -dmg "$1" -name "Second Life Viewer 2"; if [ $? -ne 0 ]; then echo $3 >> "$2"; fi;) & +(../Resources/mac-updater.app/Contents/MacOS/mac-updater -dmg "$1" -name "Second Life Viewer"; if [ $? -ne 0 ]; then echo $3 >> "$2"; fi;) &  exit 0 | 
