diff options
author | Callum Prentice <callum@gmail.com> | 2020-05-21 12:28:33 -0700 |
---|---|---|
committer | Callum Prentice <callum@gmail.com> | 2020-05-21 12:28:33 -0700 |
commit | ad7dd768bc27f31cb0b0bc674432d1d38a33e890 (patch) | |
tree | 824ea0e320df222f3be8c71a075c3d0e3e2dd6c9 | |
parent | e853238493577e78199b4b9011d9723d4fa555d6 (diff) |
Investigating a fix/abatement for SL-13095 Windows Defender Firewall for dullahan_host.exe pops up late in the session - not clear this will remove the popup but it might and it will hopefully have our publisher info on it vs 'Unknown'
-rwxr-xr-x | indra/newview/viewer_manifest.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index ffc071e70b..41eb40c998 100755 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -795,6 +795,7 @@ class WindowsManifest(ViewerManifest): for exe in ( self.final_exe(), "SLVersionChecker.exe", + "llplugin/dullahan_host.exe", ): self.sign(exe) |