X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=_example%2Finstall.ps1;h=c3547e350716d2fa772aca515298eb3ec827fc63;hb=3f64f8b9c513da3aa4d10e3344426dbb3f817d5e;hp=8ecff300253f86604b45356b44b7795cb2708b79;hpb=2073a1eeebdcd30ffaddaf40e7c4940361bd5a08;p=webi-installers%2F.git diff --git a/_example/install.ps1 b/_example/install.ps1 index 8ecff30..c3547e3 100644 --- a/_example/install.ps1 +++ b/_example/install.ps1 @@ -49,7 +49,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 ".\foobar-*\foo.exe" -Destination "$pkg_src_bin" # Exit tmp