Add winDocuments placeholder
This commit is contained in:
parent
d715380e0b
commit
71bff495f5
6 changed files with 141 additions and 55 deletions
|
@ -117,7 +117,7 @@ const PATH_ARGS: { [arg: string]: { mapped: string, when?: Constraint, registry?
|
|||
when: { os: "windows" },
|
||||
},
|
||||
"userprofile\\documents": {
|
||||
mapped: "<home>/Documents",
|
||||
mapped: "<winDocuments>",
|
||||
when: { os: "windows" },
|
||||
},
|
||||
appdata: {
|
||||
|
|
Reference in a new issue