mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-07-29 12:18:56 +00:00
fix: set correct env with injected LH_DRIVER
This commit is contained in:
parent
4659eca89c
commit
af1e3bb74f
1 changed files with 1 additions and 1 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue