Origin proton (#73)

Find and add games from origin when installed with proton
This commit is contained in:
Philip Kristoffersen
2022-04-07 23:12:40 +02:00
committed by GitHub
parent 3b8aaffc31
commit 96cb429382
5 changed files with 99 additions and 53 deletions
-1
View File
@@ -4,5 +4,4 @@ use serde::{Deserialize, Serialize};
pub struct OriginSettings {
pub enabled: bool,
pub path: Option<String>,
}