Fix mapping for LocalLow on Windows

This commit is contained in:
mtkennerly 2021-02-09 17:14:47 -05:00
parent 9d642a6a0d
commit 014c293117
5 changed files with 83 additions and 81 deletions

View file

@ -152,7 +152,7 @@ const PATH_ARGS: { [arg: string]: { mapped: string, when?: Constraint, registry?
when: { os: "windows" },
},
"userprofile\\appdata\\locallow": {
mapped: "<winAppData>/LocalLow",
mapped: "<home>/AppData/LocalLow",
when: { os: "windows" },
},
appdata: {