Skip to content
Snippets Groups Projects
Commit e6ed0b0a authored by callum@lindenlab.com's avatar callum@lindenlab.com
Browse files

Second Life SL-643 viewer_manifest.py still tried to copy the CEF file...

Second Life SL-643 viewer_manifest.py still tried to copy the CEF file wow_helper.exe but it's no longer present
parent f8f28261
No related branches found
No related tags found
No related merge requests found
...@@ -451,7 +451,6 @@ def construct(self): ...@@ -451,7 +451,6 @@ def construct(self):
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("widevinecdmadapter.dll")
self.path("wow_helper.exe")
self.end_prefix() self.end_prefix()
else: else:
# CEF runtime files - not debug (release, relwithdebinfo etc.) # CEF runtime files - not debug (release, relwithdebinfo etc.)
...@@ -465,7 +464,6 @@ def construct(self): ...@@ -465,7 +464,6 @@ def construct(self):
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("widevinecdmadapter.dll")
self.path("wow_helper.exe")
self.end_prefix() self.end_prefix()
# 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
......
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