fix: when setting capabilities point to correct wivrn exec

This commit is contained in:
Gabriele Musco 2023-06-21 22:51:07 +02:00
commit 162ac1394e
No known key found for this signature in database
GPG key ID: 1068D795C80E51DE

View file

@ -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)
}
});
}