From 630d68e7f8ea635ed86e3a9e7ef6e091ce6258b5 Mon Sep 17 00:00:00 2001 From: "Wu, Zhenyu" Date: Sun, 5 Jan 2025 22:56:26 +0800 Subject: [PATCH] chore: add library icon for *.a and *.lib bare metal programs also use *.lib and *.a as their static library extension use linux icon is not appropriate --- src/output/icons.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/output/icons.rs b/src/output/icons.rs index 53a94c281..d44031d3b 100644 --- a/src/output/icons.rs +++ b/src/output/icons.rs @@ -444,7 +444,7 @@ const EXTENSION_ICONS: Map<&'static str, char> = phf_map! { "3gpp2" => Icons::VIDEO, //  "3mf" => Icons::FILE_3D, // 󰆧 "7z" => Icons::COMPRESSED, //  - "a" => Icons::OS_LINUX, //  + "a" => Icons::LIBRARY, //  "aac" => Icons::AUDIO, //  "acf" => '\u{f1b6}', //  "age" => Icons::SHIELD_LOCK, // 󰦝 @@ -540,7 +540,7 @@ const EXTENSION_ICONS: Map<&'static str, char> = phf_map! { "diff" => Icons::DIFF, //  "djv" => Icons::DOCUMENT, //  "djvu" => Icons::DOCUMENT, //  - "dll" => Icons::LIBRARY, //  + "dll" => Icons::OS_WINDOWS, //  "dmg" => Icons::DISK_IMAGE, //  "doc" => Icons::DOCUMENT, //  "docm" => Icons::DOCUMENT, // 