X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=chromedriver%2Finstall.ps1;h=fa21f953f90e1fd3ff6b410b7b375f664611f1e8;hb=3f64f8b9c513da3aa4d10e3344426dbb3f817d5e;hp=6e6f0e3df2fff932efdd3e2911c40116886c32d8;hpb=2073a1eeebdcd30ffaddaf40e7c4940361bd5a08;p=webi-installers%2F.git diff --git a/chromedriver/install.ps1 b/chromedriver/install.ps1 index 6e6f0e3..fa21f95 100644 --- a/chromedriver/install.ps1 +++ b/chromedriver/install.ps1 @@ -48,7 +48,7 @@ IF (!(Test-Path -Path "$pkg_src_cmd")) # Settle unpacked archive into place echo "Install Location: $pkg_src_cmd" - New-Item "$pkg_src_bin" -ItemType Directory -Force + New-Item "$pkg_src_bin" -ItemType Directory -Force | out-null Move-Item -Path ".\chromedriver-*\chromedriver.exe" -Destination "$pkg_src_bin" # Exit tmp