Skip to content
Snippets Groups Projects
Commit c2ff5a28 authored by callum_linden's avatar callum_linden
Browse files

Runtime files required by CEF changed in this version of CEF. We add them to...

Runtime files required by CEF changed in this version of CEF. We add them to the cef-bin and dullahan 3p packages but they were not copied to the right place - now they are
parent 92031405
No related branches found
No related tags found
No related merge requests found
...@@ -635,7 +635,7 @@ def construct(self): ...@@ -635,7 +635,7 @@ def construct(self):
self.path("dullahan_host.exe") self.path("dullahan_host.exe")
self.path("natives_blob.bin") self.path("natives_blob.bin")
self.path("snapshot_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 # 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, with self.prefix(src=os.path.join(self.args['build'], os.pardir,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment