diff --git a/src/profile.rs b/src/profile.rs index 3a2dfe0..d67a7ac 100644 --- a/src/profile.rs +++ b/src/profile.rs @@ -45,7 +45,7 @@ impl XRServiceType { pub fn libmonado_path(&self) -> &'static str { match self { Self::Monado => "libmonado.so", - Self::Wivrn => "wivrn/libmonado.so", + Self::Wivrn => "wivrn/libmonado_wivrn.so", } }