diff --git a/_webi/bootstrap.ps1 b/_webi/bootstrap.ps1 index c01089b..020d6b7 100644 --- a/_webi/bootstrap.ps1 +++ b/_webi/bootstrap.ps1 @@ -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 diff --git a/_webi/template.ps1 b/_webi/template.ps1 index dc0699d..e3f7278 100644 --- a/_webi/template.ps1 +++ b/_webi/template.ps1 @@ -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 }}