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

Investigating a fix/abatement for SL-13095 Windows Defender Firewall for...

Investigating a fix/abatement for  SL-13095 Windows Defender Firewall for dullahan_host.exe pops up late in the session - not clear this will remove the popup but it might and it will hopefully have our publisher info on it vs 'Unknown'
parent 009190ff
No related branches found
No related tags found
No related merge requests found
...@@ -793,6 +793,7 @@ def package_finish(self): ...@@ -793,6 +793,7 @@ 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