Skip to content
Snippets Groups Projects
Commit 41d9ad5c authored by Brad Payne (Vir Linden)'s avatar Brad Payne (Vir Linden)
Browse files

SH-2515 WIP - changed app name in mac-updater

parent 29401ee5
No related branches found
No related tags found
No related merge requests found
...@@ -6,5 +6,5 @@ ...@@ -6,5 +6,5 @@
# #
cd "$(dirname "$0")" 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 exit 0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment