pull/35253/head
Trey Moen 4 months ago committed by Cameron Clough
parent 63a1b76318
commit 4b61676f99
  1. 2
      release/pack.py

@ -21,7 +21,7 @@ def copy(src, dest, follow_symlinks=False):
if __name__ == '__main__':
parser = ArgumentParser(prog='pack-raylib.py', description="package openpilot's raylib code into a portable executable", epilog='comma.ai')
parser = ArgumentParser(prog='pack.py', description="package openpilot's raylib code into a portable executable", epilog='comma.ai')
parser.add_argument('-e', '--entrypoint', help="function to call in module, default is 'main'", default='main')
parser.add_argument('-o', '--output', help='output file')
parser.add_argument('module', help="the module to target, e.g. 'openpilot.system.ui.spinner'")

Loading…
Cancel
Save