From: liudonghua Date: Wed, 17 Nov 2021 03:43:43 +0000 (+0800) Subject: bugfix(yq) update install.ps1 (fix #313) X-Git-Url: https://git.josue.xyz/?p=webi-installers%2F.git;a=commitdiff_plain;h=af69d27510166d2ebc44f916e32537f832c29ff7 bugfix(yq) update install.ps1 (fix #313) --- diff --git a/yq/install.ps1 b/yq/install.ps1 index 94b989c..7597f9b 100644 --- a/yq/install.ps1 +++ b/yq/install.ps1 @@ -33,7 +33,7 @@ IF (!(Test-Path -Path "$pkg_src_cmd")) echo "Install Location: $pkg_src_cmd" New-Item "$pkg_src_bin" -ItemType Directory -Force | out-null - Move-Item -Path ".\yq.exe" -Destination "$pkg_src_bin" + Move-Item -Path ".\yq*.exe" -Destination "$pkg_src_cmd" popd }