diff options
author | AndreyL ProductEngine <alihatskiy@productengine.com> | 2019-03-14 19:55:44 +0200 |
---|---|---|
committer | AndreyL ProductEngine <alihatskiy@productengine.com> | 2019-03-14 19:55:44 +0200 |
commit | 83d5c2b359bde28fec44fd8ef3d8cb1c55a2e8d1 (patch) | |
tree | accce58475c09888bc794deddf71dc98e2272e31 /indra/newview | |
parent | e4f6e7d842698c66061143283562dc86eec00405 (diff) | |
parent | 89f99f6ba441e53ab2144e4689f5c95ce10c749e (diff) |
Merged in callum_linden/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, |