mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 14:03:42 +02:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user