diff options
author | Callum Prentice <callum@gmail.com> | 2016-12-07 08:43:51 -0800 |
---|---|---|
committer | Callum Prentice <callum@gmail.com> | 2016-12-07 08:43:51 -0800 |
commit | 70a42af076cbe6f12a265d508b4ed96af65d26ba (patch) | |
tree | b8dd5848d4703f6320eb69c0376c492fa3a16bbb /indra/newview/viewer_manifest.py | |
parent | 15c043ec20eeaa08de21c0aed4e122b5095a98b0 (diff) | |
parent | 232c3598547913ca6cb66593059497b413a9322c (diff) |
Automated merge with tip of lindenlab/oz_viewer64
Diffstat (limited to 'indra/newview/viewer_manifest.py')
-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 ef93ad1ac1..814eee202d 100755 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -659,7 +659,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: |