X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=goreleaser%2Finstall.ps1;h=111b82613ec75bcd970c43400b92b88905919f5b;hb=3f64f8b9c513da3aa4d10e3344426dbb3f817d5e;hp=e47706f5f813081d41b2ac22a7a56de97fcb8594;hpb=2073a1eeebdcd30ffaddaf40e7c4940361bd5a08;p=webi-installers%2F.git diff --git a/goreleaser/install.ps1 b/goreleaser/install.ps1 index e47706f..111b826 100644 --- a/goreleaser/install.ps1 +++ b/goreleaser/install.ps1 @@ -45,7 +45,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 ".\goreleaser.exe" -Destination "$pkg_src_bin" # Exit tmp