We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ce55ee8 + c68084b commit 2493b39Copy full SHA for 2493b39
src/scan.rs
@@ -204,7 +204,10 @@ pub fn parse_paths(
204
}
205
206
Store::Lutris => {
207
- if Os::HOST == Os::Linux && root_globbable.ends_with(".var/app/net.lutris.Lutris/config/lutris") {
+ if Os::HOST == Os::Linux
208
+ && (root_globbable.ends_with(".var/app/net.lutris.Lutris/data/lutris")
209
+ || root_globbable.ends_with(".var/app/net.lutris.Lutris/config/lutris"))
210
+ {
211
// Lutris is installed via Flatpak.
212
add_path!(path
213
.replace(
0 commit comments