summaryrefslogtreecommitdiff
path: root/indra/newview/viewer_manifest.py
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/viewer_manifest.py')
-rwxr-xr-xindra/newview/viewer_manifest.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py
index e823228681..493bfac632 100755
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -595,6 +595,9 @@ class WindowsManifest(ViewerManifest):
self.path("featuretable.txt")
self.path("ca-bundle.crt")
+ with self.prefix(src=pkgdir,dst="app_settings"):
+ self.path("ca-bundle.crt")
+
# Media plugins - CEF
with self.prefix(src='../media_plugins/cef/%s' % self.args['configuration'], dst="llplugin"):
self.path("media_plugin_cef.dll")
@@ -1052,6 +1055,9 @@ open "%s" --args "$@"
self.path("SecondLife.nib")
self.path("ca-bundle.crt")
+ with self.prefix(src=pkgdir,dst="app_settings"):
+ self.path("ca-bundle.crt")
+
self.path("SecondLife.nib")
# Translations
@@ -1510,6 +1516,9 @@ class LinuxManifest(ViewerManifest):
self.path("featuretable_linux.txt")
self.path("ca-bundle.crt")
+ with self.prefix(src=pkgdir,dst="app_settings"):
+ self.path("ca-bundle.crt")
+
def package_finish(self):
installer_name = self.installer_base_name()