Skip to content
Snippets Groups Projects
Commit 4f1d681c authored by Callum Prentice's avatar Callum Prentice Committed by Rye Mutt
Browse files

Remove dullahan_host.exe from signing list - doesn't change anything security...

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 2d6dc3de
No related branches found
No related tags found
No related merge requests found
...@@ -797,7 +797,6 @@ def package_finish(self): ...@@ -797,7 +797,6 @@ def package_finish(self):
for exe in ( for exe in (
self.final_exe(), self.final_exe(),
"SLVersionChecker.exe", "SLVersionChecker.exe",
"llplugin/dullahan_host.exe",
): ):
self.sign(exe) self.sign(exe)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment