Heroic gog support (#72)

* Only use icons if they exsists

* Initial gog support from heroic

* Find gog linux games

* Update readme to include gog games

* rename appName to app_name
This commit is contained in:
Philip Kristoffersen
2022-04-03 08:23:55 +02:00
committed by GitHub
parent 59e712f409
commit b15ace49a0
9 changed files with 278 additions and 122 deletions
+2
View File
@@ -13,6 +13,8 @@ pub struct HeroicGame {
pub launch_parameters: String,
}
impl HeroicGame{
pub fn is_installed(&self) -> bool{
Path::new(&self.install_path).join(&self.executable).exists()