diff --git a/src/runner.rs b/src/runner.rs index 09bfb80..10fb64e 100644 --- a/src/runner.rs +++ b/src/runner.rs @@ -98,7 +98,7 @@ impl Runner { ); } Self::new( - Some(profile.environment.clone()), + Some(env), match profile.xrservice_type { XRServiceType::Monado => format!("{pfx}/bin/monado-service", pfx = profile.prefix), XRServiceType::Wivrn => format!("{pfx}/bin/wivrn-server", pfx = profile.prefix),