Add winLocalAppDataLow placeholder
This commit is contained in:
parent
d33c8d0d86
commit
cb2ea5122f
1 changed files with 18 additions and 17 deletions
|
@ -63,7 +63,7 @@ This means:
|
||||||
Paths in the `files` section can include these placeholders:
|
Paths in the `files` section can include these placeholders:
|
||||||
|
|
||||||
| placeholder | meaning |
|
| placeholder | meaning |
|
||||||
|---------------------|----------------------------------------------------------------------------------------|
|
|------------------------|----------------------------------------------------------------------------------------|
|
||||||
| `<root>` | a directory where games are installed (configured in backup tool) |
|
| `<root>` | a directory where games are installed (configured in backup tool) |
|
||||||
| `<game>` | an `installDir` (if defined) or the game's canonical name in the manifest |
|
| `<game>` | an `installDir` (if defined) or the game's canonical name in the manifest |
|
||||||
| `<base>` | shorthand for `<root>/<game>` (unless overridden by store-specific rules) |
|
| `<base>` | shorthand for `<root>/<game>` (unless overridden by store-specific rules) |
|
||||||
|
@ -73,6 +73,7 @@ Paths in the `files` section can include these placeholders:
|
||||||
| `<osUserName>` | current user's name in the OS |
|
| `<osUserName>` | current user's name in the OS |
|
||||||
| `<winAppData>` | `%APPDATA%` on Windows |
|
| `<winAppData>` | `%APPDATA%` on Windows |
|
||||||
| `<winLocalAppData>` | `%LOCALAPPDATA%` on Windows |
|
| `<winLocalAppData>` | `%LOCALAPPDATA%` on Windows |
|
||||||
|
| `<winLocalAppDataLow>` | `<home>/AppData/LocalLow` on Windows |
|
||||||
| `<winDocuments>` | `<home>/Documents` (f.k.a. `<home>/My Documents`) or a localized equivalent on Windows |
|
| `<winDocuments>` | `<home>/Documents` (f.k.a. `<home>/My Documents`) or a localized equivalent on Windows |
|
||||||
| `<winPublic>` | `%PUBLIC%` on Windows |
|
| `<winPublic>` | `%PUBLIC%` on Windows |
|
||||||
| `<winProgramData>` | `%PROGRAMDATA%` on Windows |
|
| `<winProgramData>` | `%PROGRAMDATA%` on Windows |
|
||||||
|
|
Reference in a new issue