diff options
author | Oz Linden <oz@lindenlab.com> | 2019-09-13 15:21:47 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2019-09-13 15:21:47 -0400 |
commit | 1ed2cfaaf6b33014febbe2232fe31b5e9bd90aed (patch) | |
tree | 343845429aee65dd2e91e3278151d2da301c7770 /indra | |
parent | eccc8f67212b5240bb518a201b319839b95f0e5b (diff) |
correct Mac SLVoice executable name
Diffstat (limited to 'indra')
-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 c5cf237f63..a4cda0ba78 100755 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -1037,7 +1037,7 @@ class DarwinManifest(ViewerManifest): # SLVoice executable with self.prefix(src=os.path.join(pkgdir, 'bin', 'release')): - self.path("SLVoice.exe") + self.path("SLVoice") # Vivox libraries for libfile in ( |