From 1cd7706461b73711b78edd61119b9f3ac19469ea Mon Sep 17 00:00:00 2001 From: Lirusaito Date: Fri, 31 May 2019 18:22:56 -0400 Subject: [PATCH] Actually updaate the binary we put into the installer --- indra/newview/viewer_manifest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index ffc4e35f3..f01357bee 100755 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -441,7 +441,7 @@ class WindowsManifest(ViewerManifest): if True: #self.is_packaging_viewer(): # Find singularity-bin.exe in the 'configuration' dir, then rename it to the result of final_exe. - self.path(src='%s/%s-bin.exe' % (self.args['configuration'],self.viewer_branding_id()), dst=self.final_exe()) + self.path(src='%s\\%s-bin.exe' % (self.args['configuration'],self.viewer_branding_id()), dst=self.final_exe()) with self.prefix(src=os.path.join(pkgdir, "redist")): # include the compiled launcher scripts so that it gets included in the file_list