summaryrefslogtreecommitdiff
path: root/indra/newview/viewer_manifest.py
diff options
context:
space:
mode:
authorCallum Prentice <callum@gmail.com>2016-12-07 08:43:51 -0800
committerCallum Prentice <callum@gmail.com>2016-12-07 08:43:51 -0800
commit70a42af076cbe6f12a265d508b4ed96af65d26ba (patch)
treeb8dd5848d4703f6320eb69c0376c492fa3a16bbb /indra/newview/viewer_manifest.py
parent15c043ec20eeaa08de21c0aed4e122b5095a98b0 (diff)
parent232c3598547913ca6cb66593059497b413a9322c (diff)
Automated merge with tip of lindenlab/oz_viewer64
Diffstat (limited to 'indra/newview/viewer_manifest.py')
-rwxr-xr-xindra/newview/viewer_manifest.py2
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: