From 162ac1394edbfec7fba3dd8edcbd81f768c7918b Mon Sep 17 00:00:00 2001 From: Gabriele Musco Date: Wed, 21 Jun 2023 22:51:07 +0200 Subject: [PATCH] fix: when setting capabilities point to correct wivrn exec --- src/ui/app.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/app.rs b/src/ui/app.rs index 521746e..d8498ba 100644 --- a/src/ui/app.rs +++ b/src/ui/app.rs @@ -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) } }); }