summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorJJ Linden <jj@lindenlab.com>2014-10-28 16:47:20 -0700
committerJJ Linden <jj@lindenlab.com>2014-10-28 16:47:20 -0700
commitbfd7878d9aeb4b18b8e57d5c3b96ac050854c884 (patch)
treed5f91e090fdc3c559e3e766fedd2ca6174bb239b /indra/newview
parenta44d76e66b489340b2ae77736712cb9714b32c32 (diff)
adding line to test that app was signed appropriately
Diffstat (limited to 'indra/newview')
-rwxr-xr-xindra/newview/viewer_manifest.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py
index 4f34f4bff9..7c16c1f43e 100755
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -897,6 +897,7 @@ class Darwin_i386_Manifest(ViewerManifest):
else:
print >> sys.stderr, "Maximum codesign attempts exceeded; giving up"
raise
+ self.run_command('spctl -a -texec -vv %(bundle)r' % self.get_dst_prefix())
imagename="SecondLife_" + '_'.join(self.args['version'])