diff options
author | Callum Prentice <callum@gmail.com> | 2020-04-28 15:52:13 -0700 |
---|---|---|
committer | Callum Prentice <callum@gmail.com> | 2020-04-28 15:52:13 -0700 |
commit | 25aa0999c603399cf81680411e3824430a9be789 (patch) | |
tree | 05d7a68c6b4ad66dd93d9aa605b698768ae7f85e /indra/newview | |
parent | 1305c03a13ada7617531c0c3daf3092b7c7b3b05 (diff) |
Fix for SL-13138 - Remove extraneous additon of dullahan_host.exe that crept in trying to make code signing work
Diffstat (limited to 'indra/newview')
-rwxr-xr-x | indra/newview/viewer_manifest.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index a4987af548..59929c198b 100755 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -489,10 +489,6 @@ class WindowsManifest(ViewerManifest): # 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") |