Skip to content

Commit

Permalink
Set lutris default flatpak to net.lutris.Lutris
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipK committed Oct 21, 2022
1 parent 6d089f1 commit 6286387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platforms/lutris/settings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ impl Default for LutrisSettings {
enabled,
executable: "lutris".to_string(),
flatpak: true,
flatpak_image: "net.lutris.Lutris//beta".to_string(),
flatpak_image: "net.lutris.Lutris".to_string(),
}
}
}

0 comments on commit 6286387

Please sign in to comment.