summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorCallum Prentice <callum@gmail.com>2020-04-28 15:38:45 -0700
committerCallum Prentice <callum@gmail.com>2020-04-28 15:38:45 -0700
commit1305c03a13ada7617531c0c3daf3092b7c7b3b05 (patch)
treea47c33312dfa0b391ea0857974281f4c992f5751 /indra/newview
parentb9fcd3dbf9bc066fe17486f69b0b513a8158672d (diff)
Remove dullahan_host.exe from signing list - doesn't change anything security wise and leads to an extra copy of dullahan_host.exe because of a code signing bug
Diffstat (limited to 'indra/newview')
-rwxr-xr-xindra/newview/viewer_manifest.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py
index 60f980fb56..a4987af548 100755
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -796,7 +796,6 @@ class WindowsManifest(ViewerManifest):
for exe in (
self.final_exe(),
"SLVersionChecker.exe",
- "llplugin/dullahan_host.exe",
):
self.sign(exe)