Skip to content
Snippets Groups Projects
Commit 25aa0999 authored by Callum Prentice's avatar Callum Prentice
Browse files

Fix for SL-13138 - Remove extraneous additon of dullahan_host.exe that crept...

Fix for SL-13138 - Remove extraneous additon of dullahan_host.exe that crept in trying to make code signing work
parent 1305c03a
No related branches found
No related tags found
No related merge requests found
......@@ -489,10 +489,6 @@ def construct(self):
# include the compiled launcher scripts so that it gets included in the file_list
self.path('SLVersionChecker.exe')
with self.prefix(src=os.path.join(pkgdir, 'bin', 'release')):
# include the dullahan host process so we can code sign it later
self.path('dullahan_host.exe')
with self.prefix(dst="vmp_icons"):
with self.prefix(src=self.icon_path()):
self.path("secondlife.ico")
......
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