summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorRoxie Linden <roxie@lindenlab.com>2024-08-05 18:17:03 -0700
committerRoxie Linden <roxie@lindenlab.com>2024-08-05 18:17:03 -0700
commit293187e04b5dfbc002fd694b75ffdca4b2fdbc8e (patch)
tree7a62cbed068a148c37f9f98306bb73e97701cd68 /build.sh
parentab07023c93bdf514f4f84dc63b814d9acbe8af76 (diff)
Build mac symbols for multiple binaries/dynamic libraries and upload them all to bugsplat
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.sh b/build.sh
index e025b73170..1a7ef1a941 100755
--- a/build.sh
+++ b/build.sh
@@ -527,8 +527,8 @@ then
if [ "${RELEASE_CRASH_REPORTING:-}" != "OFF" ]
then
# BugSplat wants to see xcarchive.zip
- # e.g. build-darwin-x86_64/newview/Release/Second Life Test.xcarchive.zip
- symbol_file="${build_dir}/newview/${variant}/${viewer_channel}.xcarchive.zip"
+ # e.g. build-darwin-x86_64/newview/Release/Second Life Test.sym.tar.gz
+ symbol_file="${build_dir}/newview/${variant}/${viewer_channel}.sym.tar.gz
if [[ ! -f "$symbol_file" ]]
then
# symbol tarball we prep for (e.g.) Breakpad