diff options
author | simon <none@none> | 2013-08-05 12:03:00 -0700 |
---|---|---|
committer | simon <none@none> | 2013-08-05 12:03:00 -0700 |
commit | b50f54db591dfe6cb5304b6b29d50c2066c69747 (patch) | |
tree | aa365f653e3273b2d765bd689a9182b960dff376 /indra/newview/viewer_manifest.py | |
parent | 570884d73007aea2438f3faa1181129a16bad359 (diff) | |
parent | 32b8d398eca5eaa4ca99aa48839ad64d97954cae (diff) |
Merge viewer-release with Vivox code
Diffstat (limited to 'indra/newview/viewer_manifest.py')
-rwxr-xr-x | indra/newview/viewer_manifest.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index 53a3e732ca..5e08e54b7c 100755 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -366,6 +366,7 @@ class WindowsManifest(ViewerManifest): self.path("zlib1.dll") self.path("vivoxplatform.dll") self.path("vivoxoal.dll") + self.path("ca-bundle.crt") # Security self.path("ssleay32.dll") @@ -726,6 +727,7 @@ class DarwinManifest(ViewerManifest): 'libvivoxoal.dylib', 'libvivoxsdk.dylib', 'libvivoxplatform.dylib', + 'ca-bundle.crt', 'SLVoice', ): self.path2basename(libdir, libfile) |