diff options
author | Glenn Glazer <coyot@lindenlab.com> | 2017-06-06 15:51:42 -0700 |
---|---|---|
committer | Glenn Glazer <coyot@lindenlab.com> | 2017-06-06 15:51:42 -0700 |
commit | 0bdb5f6823723cc3e70ba45c4a4be05f6e719edd (patch) | |
tree | 391fc27a7b0a91c82bda674be407a8dd3f50e7bd /indra/lib/python | |
parent | 16666433a95d240f65d5f29188b75a7dfcb2ec89 (diff) | |
parent | 2307a7d09bd77e758cbdf34c64e76f119d60e2f9 (diff) |
merge Oz's support fixes for TPV support in VMP
Diffstat (limited to 'indra/lib/python')
-rwxr-xr-x | indra/lib/python/indra/util/llmanifest.py | 3 |
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 |