mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-08-23 22:16:48 +00:00
fix(windows): always use $HOME-relative paths
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user