diff options
| author | callum@lindenlab.com <callum@lindenlab.com> | 2017-03-08 14:29:02 -0800 | 
|---|---|---|
| committer | callum@lindenlab.com <callum@lindenlab.com> | 2017-03-08 14:29:02 -0800 | 
| commit | e6ed0b0ae7b2eebeb569373ad561b182f5d9d541 (patch) | |
| tree | a5b64f8ef12f915ea9480f62bf0a02d0d8d3cc2c | |
| parent | f8f2826156361a7f50bb26da9491e2cbbd2ef297 (diff) | |
Second Life SL-643 viewer_manifest.py still tried to copy the CEF file wow_helper.exe but it's no longer present
| -rwxr-xr-x | indra/newview/viewer_manifest.py | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index 3b80f519f4..2d868c407d 100755 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -451,7 +451,6 @@ class WindowsManifest(ViewerManifest):                  self.path("natives_blob.bin")                  self.path("snapshot_blob.bin")                  self.path("widevinecdmadapter.dll") -                self.path("wow_helper.exe")                  self.end_prefix()          else:          # CEF runtime files - not debug (release, relwithdebinfo etc.) @@ -465,7 +464,6 @@ class WindowsManifest(ViewerManifest):                  self.path("natives_blob.bin")                  self.path("snapshot_blob.bin")                  self.path("widevinecdmadapter.dll") -                self.path("wow_helper.exe")                  self.end_prefix()          # MSVC DLLs needed for CEF and have to be in same directory as plugin | 
