mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-05-04 15:56:35 +00:00
make the go\bin directory on windows
This commit is contained in:
@@ -47,6 +47,7 @@ IF (!(Test-Path -Path "$pkg_src"))
|
||||
echo "Copying into '$pkg_dst' from '$pkg_src'"
|
||||
Remove-Item -Path "$pkg_dst" -Recurse -ErrorAction Ignore
|
||||
Copy-Item -Path "$pkg_src" -Destination "$pkg_dst" -Recurse
|
||||
IF (!(Test-Path -Path go\bin)) { New-Item -Path go\bin -ItemType Directory }
|
||||
|
||||
# Special to go: re-run all go tooling builds
|
||||
echo "Building go language tools..."
|
||||
|
||||
Reference in New Issue
Block a user