diff options
author | Oz Linden <oz@lindenlab.com> | 2017-05-24 09:41:44 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2017-05-24 09:41:44 -0400 |
commit | e044902aaf1aa963d41a30a249b564e1b8910de7 (patch) | |
tree | 01c56070b55966c8f8e347fcf014fab3014cc30f /indra/lib | |
parent | 79c6b5f53ed9962b82f03e4729bbf063b167f999 (diff) |
SL-702: refactor to make the viewer-manager easier for TPVs to integrate
Diffstat (limited to 'indra/lib')
-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 |