diff options
author | Callum Prentice <callum@gmail.com> | 2020-04-28 15:38:45 -0700 |
---|---|---|
committer | Callum Prentice <callum@gmail.com> | 2020-04-28 15:38:45 -0700 |
commit | 1305c03a13ada7617531c0c3daf3092b7c7b3b05 (patch) | |
tree | a47c33312dfa0b391ea0857974281f4c992f5751 /indra/newview | |
parent | b9fcd3dbf9bc066fe17486f69b0b513a8158672d (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-x | indra/newview/viewer_manifest.py | 1 |
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) |