From 17a21e5149ee427f1c8674d4637d33e9011f5876 Mon Sep 17 00:00:00 2001 From: Rye Mutt <rye@alchemyviewer.org> Date: Tue, 3 Jan 2023 10:40:31 -0500 Subject: [PATCH] Maybe fix Windows CI failure --- indra/lib/python/indra/util/llmanifest.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/indra/lib/python/indra/util/llmanifest.py b/indra/lib/python/indra/util/llmanifest.py index a2df5a44edb..ee503df757f 100755 --- a/indra/lib/python/indra/util/llmanifest.py +++ b/indra/lib/python/indra/util/llmanifest.py @@ -159,6 +159,12 @@ def get_default_platform(dummy): default=None), dict(name='versionfile', description="""The name of a file containing the full version number."""), + dict(name='updateurl', + description="""This specifies the updater service URL for delta package generation""", + default="https://update.alchemyviewer.org"), + dict(name='gendelta', + description="""Enable generation of delta updates on windows""", + default=None), ] def usage(arguments, srctree=""): -- GitLab