mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 05:53:41 +02:00
Fix two small issue (#246)
Signed-off-by: Aisuko <urakiny@gmail.com> Signed-off-by: Aisuko <urakiny@gmail.com>
This commit is contained in:
@@ -183,7 +183,7 @@ fn fix_shortcut_icons(
|
||||
for ext in ["ico", "png", "jpg", "webp"] {
|
||||
let path = image_folder.join(image_type.file_name(app_id, ext));
|
||||
if !icon_exsists && path.exists() {
|
||||
shortcut.icon = format!("\"{}\"", path.to_string_lossy().to_string());
|
||||
shortcut.icon = format!("\"{}\"", path.to_string_lossy());
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user