bugfix(yq) update install.ps1 (fix #313)

This commit is contained in:
liudonghua
2021-11-17 11:43:43 +08:00
committed by AJ ONeal
parent 714d8699c0
commit af69d27510

View File

@@ -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
}