use unquote backslash paths for windows
[webi-installers/.git] / _webi / template.ps1
index 1ccc5c6c7b1d92aa6fbd509eb7fb233c0b163dd7..e3f72789bfde93e2ddbedaca2fc3339da122108e 100644 (file)
@@ -31,6 +31,10 @@ if (!(Test-Path -Path .local\opt))
 # {{ baseurl }}
 # {{ 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
+
 {{ installer }}
 
 # Done