add git and golang for windows, fix some PATH stuff
[webi-installers/.git] / _webi / template.ps1
index 7a72e7008054e60a374347687fa4536e5a5702bf..491e3a544c17bf69fbbaf86b791c8b9c21dffcdf 100644 (file)
@@ -34,8 +34,8 @@ if (!(Test-Path -Path .local\opt))
 # {{ version }}
 
 # Run pathman to set up the folder
-#& "$Env:USERPROFILE\.local\bin\pathman.exe" add "$Env:USERPROFILE\.local\.bin"
-& "$Env:USERPROFILE\.local\bin\pathman.exe" add .local\.bin
+#& "$Env:USERPROFILE\.local\bin\pathman.exe" add "$Env:USERPROFILE\.local\bin"
+& "$Env:USERPROFILE\.local\bin\pathman.exe" add %USERPROFILE%\.local\bin
 
 {{ installer }}