mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-09-23 09:48:37 +00:00
fix: when setting capabilities point to correct wivrn exec
This commit is contained in:
parent
319753fc33
commit
162ac1394e
1 changed files with 1 additions and 1 deletions
|
@ -312,7 +312,7 @@ impl SimpleComponent for App {
|
|||
format!("{pfx}/bin/monado-service", pfx = profile.prefix)
|
||||
}
|
||||
XRServiceType::Wivrn => {
|
||||
format!("{pfx}/bin/wivrn-service", pfx = profile.prefix)
|
||||
format!("{pfx}/bin/wivrn-serer", pfx = profile.prefix)
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue