Add note about LinuxXdgDataConfig from Steam metadata

This commit is contained in:
mtkennerly 2024-04-21 21:21:15 -04:00
parent e7a8647c17
commit 49397cb1e7
No known key found for this signature in database
GPG key ID: E764BE00BE6E6408

View file

@ -505,6 +505,8 @@ pub fn parse_root(value: &str) -> Option<&'static str> {
"gameinstall" => Some(placeholder::BASE),
"linuxhome" => Some(placeholder::HOME),
"linuxxdgconfighome" => Some(placeholder::XDG_CONFIG),
// TODO: What does this mean?
"linuxxdgdataconfig" => None,
"linuxxdgdatahome" => Some(placeholder::XDG_DATA),
"macappsupport" => Some("<home>/Library/Application Support"),
"macdocuments" => Some("<home>/Documents"),