mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 05:53:41 +02:00
Do not check if icon exists
It has not been downloaded yet. Steam can handle if a icon does not exsists.
This commit is contained in:
@@ -115,12 +115,10 @@ fn fix_shortcut_icons(
|
||||
&shortcut.app_name,
|
||||
);
|
||||
let new_icon_path = image_folder.join(image_type.file_name(app_id));
|
||||
if new_icon_path.exists() {
|
||||
shortcut.icon = new_icon_path.to_string_lossy().to_string();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
fn write_shortcut_collections<S: AsRef<str>>(
|
||||
steam_id: S,
|
||||
|
||||
Reference in New Issue
Block a user