Add mapping for Steam cloud root 'winappdatalocal'

This commit is contained in:
mtkennerly 2024-04-01 22:45:26 -04:00
parent 89f80086a2
commit 62ed6b3cf8
No known key found for this signature in database
GPG key ID: E764BE00BE6E6408
3 changed files with 19 additions and 3 deletions

View file

@ -429,6 +429,7 @@ pub fn parse_root(value: &str) -> Option<&'static str> {
"madocuments" => Some("<home>/Documents"),
"machome" => Some(placeholder::HOME),
"winappdataroaming" => Some(placeholder::WIN_APP_DATA),
"winappdatalocal" => Some(placeholder::WIN_LOCAL_APP_DATA),
"winappdatalocallow" => Some("<home>/AppData/LocalLow"),
"winmydocuments" => Some(placeholder::WIN_DOCUMENTS),
"winsavedgames" => Some("<home>/Saved Games"),