Add create_symlinks to uplay

This commit is contained in:
Philip
2022-01-02 11:02:02 +01:00
parent fe650b2e0a
commit 78ed0c55f2
+5
View File
@@ -37,6 +37,11 @@ impl Platform<Game, Box<dyn Error>> for Uplay {
get_games_from_winreg() get_games_from_winreg()
} }
} }
#[cfg(target_os = "linux")]
fn create_symlinks(&self) -> bool {
false
}
} }
#[cfg(target_os = "windows")] #[cfg(target_os = "windows")]