diff options
author | AndreyL ProductEngine <alihatskiy@productengine.com> | 2019-03-14 19:56:38 +0200 |
---|---|---|
committer | AndreyL ProductEngine <alihatskiy@productengine.com> | 2019-03-14 19:56:38 +0200 |
commit | 422b2c5e330ecb1fd7c9055403444a9e5fc5926c (patch) | |
tree | ffa19d63d7a1dbe67f1c4310961e481bf1598d7e /indra/newview | |
parent | 3b3e4833ad41993785ea2fcae651b588df8e492d (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, |