Skip to content

Commit

Permalink
try new longtail get params
Browse files Browse the repository at this point in the history
  • Loading branch information
mastercoms committed Aug 28, 2024
1 parent 2bae7d2 commit 50918c9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pbpy/pbunreal.py
Original file line number Diff line number Diff line change
Expand Up @@ -853,8 +853,9 @@ def download_engine(bundle_name=None, download_symbols=False):
f"{gcs_bucket}lt/{bundle_name}/{version}.json",
"--target-path",
str(base_path),
"--cache-path",
f"Saved/longtail/cache/{bundle_name}",
"--no-cache-target-index",
"--validate",
"--enable-file-mapping",
],
env={"GOOGLE_APPLICATION_CREDENTIALS": "Build/credentials.json"},
logfunc=pbtools.progress_stream_log,
Expand Down

0 comments on commit 50918c9

Please sign in to comment.