mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-07-31 13:18:46 +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",
|
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(),
|
"%command%".into(),
|
||||||
]
|
]
|
||||||
.join(" ")
|
.join(" ")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue