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
parent
b9fcd3dbf9
commit
1305c03a13
|
|
@ -796,7 +796,6 @@ class WindowsManifest(ViewerManifest):
|
|||
for exe in (
|
||||
self.final_exe(),
|
||||
"SLVersionChecker.exe",
|
||||
"llplugin/dullahan_host.exe",
|
||||
):
|
||||
self.sign(exe)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue