io.standard-paths: Add yet another path for Windows.
My vscode is in ``C:\Users\erg\AppData\Local\Programs\Microsoft VS Code`` for some reason and vscode stopped working. This fixes it.travis-windows
parent
2f605617a1
commit
9572c87646
|
@ -10,6 +10,7 @@ IN: io.standard-paths.windows
|
|||
program-files
|
||||
program-files-x86
|
||||
"ProgramW6432" os-env
|
||||
"LOCALAPPDATA" os-env "Programs" append-path
|
||||
] output>array harvest members ; inline
|
||||
|
||||
: find-in-program-files ( base-directory quot -- path )
|
||||
|
|
Loading…
Reference in New Issue