Add winLocalAppDataLow placeholder
This commit is contained in:
parent
d33c8d0d86
commit
cb2ea5122f
1 changed files with 18 additions and 17 deletions
35
README.md
35
README.md
|
@ -62,23 +62,24 @@ 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) |
|
||||||
| `<home>` | current user's home directory in the OS (`~`) |
|
| `<home>` | current user's home directory in the OS (`~`) |
|
||||||
| `<storeGameId>` | a store-specific `id` from the manifest, corresponding to the root's store type |
|
| `<storeGameId>` | a store-specific `id` from the manifest, corresponding to the root's store type |
|
||||||
| `<storeUserId>` | current user's ID in the game store |
|
| `<storeUserId>` | current user's ID in the game store |
|
||||||
| `<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 |
|
||||||
| `<winDocuments>` | `<home>/Documents` (f.k.a. `<home>/My Documents`) or a localized equivalent on Windows |
|
| `<winLocalAppDataLow>` | `<home>/AppData/LocalLow` on Windows |
|
||||||
| `<winPublic>` | `%PUBLIC%` on Windows |
|
| `<winDocuments>` | `<home>/Documents` (f.k.a. `<home>/My Documents`) or a localized equivalent on Windows |
|
||||||
| `<winProgramData>` | `%PROGRAMDATA%` on Windows |
|
| `<winPublic>` | `%PUBLIC%` on Windows |
|
||||||
| `<winDir>` | `%WINDIR%` on Windows |
|
| `<winProgramData>` | `%PROGRAMDATA%` on Windows |
|
||||||
| `<xdgData>` | `$XDG_DATA_HOME` on Linux |
|
| `<winDir>` | `%WINDIR%` on Windows |
|
||||||
| `<xdgConfig>` | `$XDG_CONFIG_HOME` on Linux |
|
| `<xdgData>` | `$XDG_DATA_HOME` on Linux |
|
||||||
|
| `<xdgConfig>` | `$XDG_CONFIG_HOME` on Linux |
|
||||||
|
|
||||||
## Implementation
|
## Implementation
|
||||||
Tools must implement the following in addition to respecting the schema:
|
Tools must implement the following in addition to respecting the schema:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue