diff options
author | Oz Linden <oz@lindenlab.com> | 2020-06-16 14:41:28 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2020-06-16 14:41:28 -0400 |
commit | 9834955be072aeac3f886de2eaf1e075000108c7 (patch) | |
tree | e90333672ff00d4cbb99c0795325a7dcdd18ae14 /indra/newview | |
parent | 936e13226b52c960b7a77ccfd10357fb14353aa3 (diff) |
SL-10297: remove mac-crash-logger from viewer-manifest, require the bugsplat library on Mac
Diffstat (limited to 'indra/newview')
-rwxr-xr-x | indra/newview/viewer_manifest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index ff0781991e..7cecfec1eb 100755 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -1063,7 +1063,7 @@ class DarwinManifest(ViewerManifest): # our apps executable_path = {} embedded_apps = [ (os.path.join("llplugin", "slplugin"), "SLPlugin.app") ] - if bugsplat_db: + if not bugsplat_db: embedded_apps.append(("mac_crash_logger", "mac-crash-logger.app")) for app_bld_dir, app in embedded_apps: self.path2basename(os.path.join(os.pardir, |