summaryrefslogtreecommitdiff
path: root/indra/newview/viewer_manifest.py
diff options
context:
space:
mode:
authorCinder Roxley <cinder.roxley@phoenixviewer.com>2013-08-07 16:40:54 -0600
committerCinder Roxley <cinder.roxley@phoenixviewer.com>2013-08-07 16:40:54 -0600
commite1636448f8a5e0468eaf931ddb651ebc885d0a63 (patch)
tree6a844a817d2ed73e81705f2f37b045f40ff940d6 /indra/newview/viewer_manifest.py
parent97ed20a12bc5b0c0a14534970146425bc854d7fb (diff)
parent32b8d398eca5eaa4ca99aa48839ad64d97954cae (diff)
Merged lindenlab/viewer-release into default
Diffstat (limited to 'indra/newview/viewer_manifest.py')
-rwxr-xr-xindra/newview/viewer_manifest.py2
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)