mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 14:03:42 +02:00
Add support for lutris flatpak version (#114)
This commit is contained in:
@@ -24,6 +24,8 @@ fn parse_line(input: &str) -> Option<LutrisGame> {
|
||||
index: index.to_string(),
|
||||
name: name.to_string(),
|
||||
platform: platform.to_string(),
|
||||
//theese will be added by the platform class
|
||||
settings: None,
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user