use unquote backslash paths for windows
authorAJ ONeal <aj@therootcompany.com>
Sun, 28 Jun 2020 12:58:02 +0000 (12:58 +0000)
committerAJ ONeal <aj@therootcompany.com>
Sun, 28 Jun 2020 12:58:02 +0000 (12:58 +0000)
_webi/bootstrap.ps1
_webi/template.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
index dc0699db33b0b9d65be92508d213991013a07941..e3f72789bfde93e2ddbedaca2fc3339da122108e 100644 (file)
@@ -32,7 +32,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 "$Env:USERPROFILE\.local\.bin"
+& "$Env:USERPROFILE\.local\bin\pathman.exe" add .local\.bin
 
 {{ installer }}