mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-04-20 03:24:52 +00:00
fix: steam launch option for xr service ipc file
This commit is contained in:
parent
a21d8f27f4
commit
5c2e5b26b4
1 changed files with 4 additions and 1 deletions
|
@ -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(" ")
|
||||
|
|
Loading…
Add table
Reference in a new issue