Add support for lutris flatpak version (#114)

This commit is contained in:
Philip Kristoffersen
2022-05-01 17:21:09 +02:00
committed by GitHub
parent 3f075f80f1
commit 81ddcb6959
6 changed files with 81 additions and 25 deletions
+2
View File
@@ -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,
})
}