use unquote backslash paths for windows

This commit is contained in:
AJ ONeal
2020-06-28 12:58:02 +00:00
parent 4e92e3b69a
commit 94d013649b
2 changed files with 4 additions and 2 deletions
+2 -1
View 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
+2 -1
View 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 }}