Find gog games on linux

This commit is contained in:
Philip Kristoffersen
2021-10-05 17:21:52 +02:00
parent 0658021306
commit 206d900ef1
3 changed files with 48 additions and 4 deletions
+1
View File
@@ -4,4 +4,5 @@ use serde::{Deserialize, Serialize};
pub struct GogSettings {
pub enabled: bool,
pub location: Option<String>,
pub wine_c_drive: Option<String>
}