diff --git a/src/profile.rs b/src/profile.rs index 59b5749..37249e6 100644 --- a/src/profile.rs +++ b/src/profile.rs @@ -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(" ")