Add winDocuments placeholder

This commit is contained in:
mtkennerly 2020-06-29 06:21:39 -04:00
parent d715380e0b
commit 71bff495f5
6 changed files with 141 additions and 55 deletions

View file

@ -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: {