diff --git a/Tools/update_dependencies.sh b/Tools/update_dependencies.sh index c0e0193..6ca2c0e 100755 --- a/Tools/update_dependencies.sh +++ b/Tools/update_dependencies.sh @@ -30,3 +30,7 @@ done # Extract all the relevant components of cqparts to the ThirdParty directory ls *.whl | grep cqparts | xargs -L1 unzip ls *.whl | grep cqparts | awk -F "-" '{print $1}' | xargs -I {} cp -R {} ../../ThirdParty/ + +# Clean up temporary files +cd ../ +rm -rf temp/