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

master
Callum Prentice 2020-04-28 15:38:45 -07:00
parent b9fcd3dbf9
commit 1305c03a13
1 changed files with 0 additions and 1 deletions

View File

@ -796,7 +796,6 @@ class WindowsManifest(ViewerManifest):
for exe in (
self.final_exe(),
"SLVersionChecker.exe",
"llplugin/dullahan_host.exe",
):
self.sign(exe)