From 5c2e5b26b459be741cbdde88f57bae92680cd3e1 Mon Sep 17 00:00:00 2001 From: Gabriele Musco Date: Mon, 28 Aug 2023 17:42:11 +0000 Subject: [PATCH] fix: steam launch option for xr service ipc file --- src/profile.rs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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(" ")