Fix for SL-13138 - Remove extraneous additon of dullahan_host.exe that crept in trying to make code signing work
parent
1305c03a13
commit
25aa0999c6
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in New Issue