fix(windows): always use $HOME-relative paths

This commit is contained in:
AJ ONeal
2023-11-12 02:33:31 -07:00
parent 676bcaf125
commit b65e5a337e
68 changed files with 70 additions and 70 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ IF (!(Test-Path -Path "$pkg_src_cmd")) {
# TODO: create package-specific temp directory
# Enter tmp
Push-Location .local\tmp
Push-Location $HOME\.local\tmp
# Move single binary into root of temporary folder
& Move-Item "$Env:USERPROFILE\Downloads\webi\$Env:WEBI_PKG_FILE" "shfmt.exe"