Skip to content

Commit

Permalink
feat: speedup KSP extraction on Windows (aws-deadline#112)
Browse files Browse the repository at this point in the history
Signed-off-by: wonjoel <[email protected]>
  • Loading branch information
joel-wong-aws authored Aug 29, 2024
1 parent d3f3adb commit e9e9e34
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ AWS Deadline Cloud for KeyShot is a python package that allows users to create [
This library requires:
1. KeyShot 2023 or 2024
1. Python 3.9 or higher; and
1. Windows, or a macOS operating system.
1. Windows or macOS operating system.

## Submitter

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,8 @@ def get_ksp_bundle_files(directory: str) -> Tuple[str, list[str]]:
[
"PowerShell",
"-Command",
'$ProgressPreference = "SilentlyContinue"', # don't display progress bar, up to 4x speedup
";",
"Expand-Archive",
"-Path",
ksp_archive,
Expand Down

0 comments on commit e9e9e34

Please sign in to comment.