summaryrefslogtreecommitdiff
path: root/indra/lib/python
diff options
context:
space:
mode:
authorJonathan "Geenz" Goodman <geenz@geenzo.com>2025-12-19 12:50:25 -0500
committerJonathan "Geenz" Goodman <geenz@geenzo.com>2025-12-19 12:50:25 -0500
commit4dc59a87d15e0d8b5e89f4d6358bb0af5ee453fe (patch)
treee30c9f48caae15d60d5c1418295d67aaa9b9c6e4 /indra/lib/python
parent05282cfd45b89abbc8efae6ee7bdfe7122bbec10 (diff)
Integrate Velopack installer and update framework
Note: Updates don't quite work yet.
Diffstat (limited to 'indra/lib/python')
-rwxr-xr-xindra/lib/python/indra/util/llmanifest.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/lib/python/indra/util/llmanifest.py b/indra/lib/python/indra/util/llmanifest.py
index 1bd65eb57d..0ad0b6b1a9 100755
--- a/indra/lib/python/indra/util/llmanifest.py
+++ b/indra/lib/python/indra/util/llmanifest.py
@@ -157,7 +157,8 @@ BASE_ARGUMENTS=[
for use by a .bat file.""",
default=None),
dict(name='versionfile',
- description="""The name of a file containing the full version number."""),
+ description="""The name of a file containing the full version number.""",
+ default=None),
]
def usage(arguments, srctree=""):