mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-08-20 12:36:19 +00:00
fix(windows): always use $HOME-relative paths
This commit is contained in:
+1
-1
@@ -38,7 +38,7 @@ IF (!(Test-Path -Path "$pkg_src")) {
|
||||
|
||||
# TODO: create package-specific temp directory
|
||||
# Enter tmp
|
||||
Push-Location .local\tmp
|
||||
Push-Location $HOME\.local\tmp
|
||||
|
||||
# Remove any leftover tmp cruft
|
||||
Remove-Item -Path ".\tinygo*" -Recurse -ErrorAction Ignore
|
||||
|
||||
Reference in New Issue
Block a user