From ad7dd768bc27f31cb0b0bc674432d1d38a33e890 Mon Sep 17 00:00:00 2001
From: Callum Prentice <callum@gmail.com>
Date: Thu, 21 May 2020 12:28:33 -0700
Subject: [PATCH] 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'

---
 indra/newview/viewer_manifest.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py
index ffc071e70b3..41eb40c9984 100755
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -795,6 +795,7 @@ def package_finish(self):
         for exe in (
             self.final_exe(),
             "SLVersionChecker.exe",
+            "llplugin/dullahan_host.exe",
             ):
             self.sign(exe)
             
-- 
GitLab