Add features to add flatpak apps on linux (#161)

* Add features to add flatpak apps on linux

* Fix build on windows
This commit is contained in:
Philip Kristoffersen
2022-05-28 19:10:51 +02:00
committed by GitHub
parent b426201695
commit a5fa774fd3
10 changed files with 124 additions and 3 deletions
+1
View File
@@ -15,6 +15,7 @@ mod steamgriddb;
mod sync;
mod ui;
mod uplay;
mod flatpak;
use std::error::Error;
fn main() -> Result<(), Box<dyn Error>> {