Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 137dfba

Browse files
committedMay 18, 2024
Add -o option to unzip
1 parent cd690ac commit 137dfba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packaging/pre_build_script_windows.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ else
1818
fi
1919

2020
curl -Lo TensorRT.zip ${TRT_DOWNLOAD_LINK}
21-
unzip TensorRT.zip -d C:/
21+
unzip -o TensorRT.zip -d C:/
2222

2323
export CUDA_HOME="$(echo ${CUDA_PATH} | sed -e 's#\\#\/#g')"
2424

0 commit comments

Comments
 (0)
Please sign in to comment.