diff --git a/src/sync/sync.rs b/src/sync/sync.rs index b2fc5c7..b3432a7 100644 --- a/src/sync/sync.rs +++ b/src/sync/sync.rs @@ -56,7 +56,7 @@ fn fix_shortcut_icons(user: &SteamUsersInfo, shortcuts: &mut Vec) &shortcut.app_name, ); let new_icon = image_folder - .join(format!("{}_hero.png", app_id)) + .join(format!("{}p.png", app_id)) .to_string_lossy() .to_string(); shortcut.icon = new_icon;