Add note about LinuxXdgDataConfig from Steam metadata
This commit is contained in:
parent
e7a8647c17
commit
49397cb1e7
1 changed files with 2 additions and 0 deletions
|
@ -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"),
|
||||
|
|
Reference in a new issue