diff --git a/src/uplay/platform.rs b/src/uplay/platform.rs index 7988202..be58521 100644 --- a/src/uplay/platform.rs +++ b/src/uplay/platform.rs @@ -37,6 +37,11 @@ impl Platform> for Uplay { get_games_from_winreg() } } + + #[cfg(target_os = "linux")] + fn create_symlinks(&self) -> bool { + false + } } #[cfg(target_os = "windows")]