diff options
author | Rider Linden <rider@lindenlab.com> | 2019-03-14 12:02:39 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2019-03-14 12:02:39 -0700 |
commit | 82c8675f12cd25ded91e9c284500a67adbef8362 (patch) | |
tree | 17a8452bf23174697dd951a9efb121dcb00b46a0 /indra | |
parent | a237325ad64d0930340e2a6f82d4042797ed8e68 (diff) | |
parent | 89f99f6ba441e53ab2144e4689f5c95ce10c749e (diff) |
Merge
Diffstat (limited to 'indra')
-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, |