Skip to content
Snippets Groups Projects
Commit 215c08bd authored by Callum Prentice's avatar Callum Prentice Committed by Rye Mutt
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 4f1d681c
No related branches found
No related tags found
No related merge requests found
......@@ -493,10 +493,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(src="alchemy.ico", dst="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