diff options
author | Anchor <none@none> | 2019-03-19 14:31:38 -0700 |
---|---|---|
committer | Anchor <none@none> | 2019-03-19 14:31:38 -0700 |
commit | 83fe55c429181a2adb67346db79becf00d501536 (patch) | |
tree | b56ed860cb6aa9066a35867f41b2e2ff2b4c18d8 /indra/newview | |
parent | 2cd1a22587b26e7b034e3100ebf46f244d576bff (diff) | |
parent | 72f21b399e5a07ee162116f677e643b21e54d7bb (diff) |
Merge from viewer-release-cve-2019-5786
Diffstat (limited to 'indra/newview')
-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 c0f642c852..fcb97ded8f 100755 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -635,7 +635,7 @@ class WindowsManifest(ViewerManifest): self.path("dullahan_host.exe") self.path("natives_blob.bin") self.path("snapshot_blob.bin") - self.path("widevinecdmadapter.dll") + self.path("v8_context_snapshot.bin") # MSVC DLLs needed for CEF and have to be in same directory as plugin with self.prefix(src=os.path.join(self.args['build'], os.pardir, |