mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-08-19 03:56:16 +00:00
use unquote backslash paths for windows
This commit is contained in:
+2
-1
@@ -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
@@ -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 }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user