Fix for SL-13138 - Remove extraneous additon of dullahan_host.exe that crept in trying to make code signing work

master
Callum Prentice 2020-04-28 15:52:13 -07:00
parent 1305c03a13
commit 25aa0999c6
1 changed files with 0 additions and 4 deletions

View File

@ -489,10 +489,6 @@ class WindowsManifest(ViewerManifest):
# 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")