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,9 +115,7 @@ 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();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user