diff options
| author | Oz Linden <oz@lindenlab.com> | 2016-12-05 13:00:50 -0500 | 
|---|---|---|
| committer | Oz Linden <oz@lindenlab.com> | 2016-12-05 13:00:50 -0500 | 
| commit | 911cd64e60ac7ee7805534ec42e1ef006adf9a46 (patch) | |
| tree | 7d84cd5792119e11990d61617ebcdbdbda914138 /indra/newview | |
| parent | b5f4af3263eb601f705521492a270a7c62789fbd (diff) | |
lower the verbosity of makensis to emit only warnings and errors
Diffstat (limited to 'indra/newview')
| -rwxr-xr-x | indra/newview/viewer_manifest.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index 589d74a014..d9c4cf1b9e 100755 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -669,7 +669,7 @@ class WindowsManifest(ViewerManifest):          while (not installer_created) and (nsis_attempts > 0):              try:                  nsis_attempts-=1; -                self.run_command('"' + NSIS_path + '" ' + self.dst_path_of(tempfile)) +                self.run_command('"' + NSIS_path + '" /V2 ' + self.dst_path_of(tempfile))                  installer_created=True # if no exception was raised, the codesign worked              except ManifestError, err:                  if nsis_attempts: | 
