summaryrefslogtreecommitdiff
path: root/indra/newview/viewer_manifest.py
diff options
context:
space:
mode:
authorAura Linden <aura@lindenlab.com>2013-05-15 20:56:51 -0700
committerAura Linden <aura@lindenlab.com>2013-05-15 20:56:51 -0700
commitc96b8281a91a9529cc38fd7049f455152561880e (patch)
treeacec66017d548e402f4bf8055ac94bac71bd1f1f /indra/newview/viewer_manifest.py
parent1beb15c93b139e4494bb90cce30b1c67accb4b08 (diff)
parent669d1295a3c5745db566f40d12f3de19445131df (diff)
Thanks mercurial.
Diffstat (limited to 'indra/newview/viewer_manifest.py')
-rw-r--r--indra/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 69248e26bc..fcd26c8620 100644
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -395,6 +395,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")
@@ -754,6 +755,7 @@ class DarwinManifest(ViewerManifest):
'libvivoxoal.dylib',
'libvivoxsdk.dylib',
'libvivoxplatform.dylib',
+ 'ca-bundle.crt',
'SLVoice',
):
self.path2basename(libdir, libfile)