diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index a4987af548d91be9894ee4b039cb8a3c2678f18c..59929c198bb206891099e558dead260f952316a0 100755 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -489,10 +489,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("secondlife.ico")