From 1b9fb0031f4c909aa82d48151b99b6162a7ab801 Mon Sep 17 00:00:00 2001 From: Callum Prentice Date: Sat, 1 Mar 2008 01:56:15 +0000 Subject: Stopped viewer_manifest.py deleting the temporary NSI file so we can debug why it's breaking under parabuild - related to dev-11821 --- indra/newview/viewer_manifest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/newview') diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index 94688dd8bc..40acde28a1 100755 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -337,7 +337,7 @@ class WindowsManifest(ViewerManifest): NSIS_path = 'C:\\Program Files\\NSIS\\makensis.exe' self.run_command('"' + proper_windows_path(NSIS_path) + '" ' + self.dst_path_of(tempfile)) - self.remove(self.dst_path_of(tempfile)) + # self.remove(self.dst_path_of(tempfile)) self.created_path(installer_file) -- cgit v1.2.3