diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index 72345af827888ab0145f21c9a6f2d3541cd756a1..3e771e4ad6a1eab8c46c352e5f432cb009f5bb89 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")