From 215c08bdebaf99603aa7b0f554aa3fd4221f6b14 Mon Sep 17 00:00:00 2001
From: Callum Prentice <callum@gmail.com>
Date: Tue, 28 Apr 2020 15:52:13 -0700
Subject: [PATCH] Fix for SL-13138 - Remove extraneous additon of
 dullahan_host.exe that crept in trying to make code signing work

---
 indra/newview/viewer_manifest.py | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py
index 72345af8278..3e771e4ad6a 100755
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -493,10 +493,6 @@ def construct(self):
                 # include the compiled launcher scripts so that it gets included in the file_list
                 self.path('SLVersionChecker.exe')
 
-            with self.prefix(src=os.path.join(pkgdir, 'bin', 'release')):
-                # include the dullahan host process so we can code sign it later
-                self.path('dullahan_host.exe')
-
             with self.prefix(dst="vmp_icons"):
                 with self.prefix(src=self.icon_path()):
                     self.path(src="alchemy.ico", dst="secondlife.ico")
-- 
GitLab