summaryrefslogtreecommitdiff
path: root/indra/newview/viewer_manifest.py
diff options
context:
space:
mode:
authorCallum Prentice <callum@gmail.com>2020-05-21 12:28:33 -0700
committerCallum Prentice <callum@gmail.com>2020-05-21 12:28:33 -0700
commitad7dd768bc27f31cb0b0bc674432d1d38a33e890 (patch)
tree824ea0e320df222f3be8c71a075c3d0e3e2dd6c9 /indra/newview/viewer_manifest.py
parente853238493577e78199b4b9011d9723d4fa555d6 (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'
Diffstat (limited to 'indra/newview/viewer_manifest.py')
-rwxr-xr-xindra/newview/viewer_manifest.py1
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)