Fix mapping for LocalLow on Windows
This commit is contained in:
parent
9d642a6a0d
commit
014c293117
5 changed files with 83 additions and 81 deletions
|
@ -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: {
|
||||
|
|
Reference in a new issue