mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-08-21 04:56:39 +00:00
fix(windows): always use $HOME-relative paths
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@ IF (!(Test-Path -Path "$pkg_src")) {
|
||||
# TODO: temp directory
|
||||
|
||||
# Enter opt
|
||||
($none = Push-Location .local\tmp) | Out-Null
|
||||
($none = Push-Location $HOME\.local\tmp) | Out-Null
|
||||
|
||||
# Remove any leftover tmp cruft
|
||||
Remove-Item -Path "$pkg_cmd_name*" -Recurse -ErrorAction Ignore
|
||||
|
||||
Reference in New Issue
Block a user