From cb2ea5122fab38b76c6e9b9aa641969411f656b9 Mon Sep 17 00:00:00 2001 From: mtkennerly Date: Tue, 15 Oct 2024 17:31:28 -0400 Subject: [PATCH] Add winLocalAppDataLow placeholder --- README.md | 35 ++++++++++++++++++----------------- 1 file changed, 18 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 3ba7c450..87f7140a 100644 --- a/README.md +++ b/README.md @@ -62,23 +62,24 @@ This means: Paths in the `files` section can include these placeholders: -| placeholder | meaning | -|---------------------|----------------------------------------------------------------------------------------| -| `` | a directory where games are installed (configured in backup tool) | -| `` | an `installDir` (if defined) or the game's canonical name in the manifest | -| `` | shorthand for `/` (unless overridden by store-specific rules) | -| `` | current user's home directory in the OS (`~`) | -| `` | a store-specific `id` from the manifest, corresponding to the root's store type | -| `` | current user's ID in the game store | -| `` | current user's name in the OS | -| `` | `%APPDATA%` on Windows | -| `` | `%LOCALAPPDATA%` on Windows | -| `` | `/Documents` (f.k.a. `/My Documents`) or a localized equivalent on Windows | -| `` | `%PUBLIC%` on Windows | -| `` | `%PROGRAMDATA%` on Windows | -| `` | `%WINDIR%` on Windows | -| `` | `$XDG_DATA_HOME` on Linux | -| `` | `$XDG_CONFIG_HOME` on Linux | +| placeholder | meaning | +|------------------------|----------------------------------------------------------------------------------------| +| `` | a directory where games are installed (configured in backup tool) | +| `` | an `installDir` (if defined) or the game's canonical name in the manifest | +| `` | shorthand for `/` (unless overridden by store-specific rules) | +| `` | current user's home directory in the OS (`~`) | +| `` | a store-specific `id` from the manifest, corresponding to the root's store type | +| `` | current user's ID in the game store | +| `` | current user's name in the OS | +| `` | `%APPDATA%` on Windows | +| `` | `%LOCALAPPDATA%` on Windows | +| `` | `/AppData/LocalLow` on Windows | +| `` | `/Documents` (f.k.a. `/My Documents`) or a localized equivalent on Windows | +| `` | `%PUBLIC%` on Windows | +| `` | `%PROGRAMDATA%` on Windows | +| `` | `%WINDIR%` on Windows | +| `` | `$XDG_DATA_HOME` on Linux | +| `` | `$XDG_CONFIG_HOME` on Linux | ## Implementation Tools must implement the following in addition to respecting the schema: