summaryrefslogtreecommitdiff
path: root/indra/lib/python
diff options
context:
space:
mode:
authorGlenn Glazer <coyot@lindenlab.com>2017-06-06 15:51:42 -0700
committerGlenn Glazer <coyot@lindenlab.com>2017-06-06 15:51:42 -0700
commit0bdb5f6823723cc3e70ba45c4a4be05f6e719edd (patch)
tree391fc27a7b0a91c82bda674be407a8dd3f50e7bd /indra/lib/python
parent16666433a95d240f65d5f29188b75a7dfcb2ec89 (diff)
parent2307a7d09bd77e758cbdf34c64e76f119d60e2f9 (diff)
merge Oz's support fixes for TPV support in VMP
Diffstat (limited to 'indra/lib/python')
-rwxr-xr-xindra/lib/python/indra/util/llmanifest.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/lib/python/indra/util/llmanifest.py b/indra/lib/python/indra/util/llmanifest.py
index 62bd09471a..0a39db2b21 100755
--- a/indra/lib/python/indra/util/llmanifest.py
+++ b/indra/lib/python/indra/util/llmanifest.py
@@ -143,6 +143,9 @@ ARGUMENTS=[
default=None),
dict(name='versionfile',
description="""The name of a file containing the full version number."""),
+ dict(name='bundleid',
+ description="""The Mac OS X Bundle identifier.""",
+ default="com.secondlife.indra.viewer"),
dict(name='signature',
description="""This specifies an identity to sign the viewer with, if any.
If no value is supplied, the default signature will be used, if any. Currently