fix: steam launch option for xr service ipc file

This commit is contained in:
Gabriele Musco 2023-08-28 17:42:11 +00:00
parent a21d8f27f4
commit 5c2e5b26b4

View file

@ -260,7 +260,10 @@ impl Profile {
XRServiceType::Wivrn => "wivrn",
}
),
get_ipc_file_path(&self.xrservice_type),
format!(
"PRESSURE_VESSEL_FILESYSTEMS_RW={path}",
path = get_ipc_file_path(&self.xrservice_type),
),
"%command%".into(),
]
.join(" ")