use unquote backslash paths for windows
[webi-installers/.git] / _webi / bootstrap.ps1
index c01089b549d78b72f706ed83f5ace4617e2692c4..020d6b7f1f9f05a43715fb2650753e035d88a31f 100644 (file)
@@ -36,7 +36,8 @@ popd
 & .\.local\bin\webi.bat {{ exename }}
 
 # 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 "$Env:USERPROFILE\.local\.bin"
+& "$Env:USERPROFILE\.local\bin\pathman.exe" add .local\.bin
 
 # Done
 popd