mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-02-14 17:49:53 +00:00
fix(sd+windows): correct install dir (had typo)
This commit is contained in:
@@ -45,7 +45,7 @@ IF (!(Test-Path -Path "$pkg_src_cmd")) {
|
||||
# Settle unpacked archive into place
|
||||
Write-Output "Install Location: $pkg_src_cmd"
|
||||
New-Item "$pkg_src_bin" -ItemType Directory -Force | Out-Null
|
||||
Move-Item -Path "b\*\release\sd.exe" -Destination "$pkg_src_bin"
|
||||
Move-Item -Path "sd-*\sd.exe" -Destination "$pkg_src_bin"
|
||||
# Exit tmp
|
||||
Pop-Location
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user