Skip to content

Commit 6f824fe

Browse files
sc0wraveit65
authored andcommitted
Add .a (Ar) support
Fixes #198 (comment)
1 parent 3ee4f6c commit 6f824fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎src/fr-init.c‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ FrMimeTypeDescription mime_type_desc[] = {
6262
{ "application/x-7z-compressed-tar", ".tar.7z", N_("Tar compressed with 7z (.tar.7z)"), 0 },
6363
{ "application/x-ace", ".ace", N_("Ace (.ace)"), 0 },
6464
{ "application/x-alz", ".alz", NULL, 0 },
65+
{ "application/x-ar", ".a", N_("Ar (.a)"), 0 },
6566
{ "application/x-ar", ".ar", N_("Ar (.ar)"), 0 },
6667
{ "application/x-arj", ".arj", N_("Arj (.arj)"), 0 },
6768
{ "application/x-bzip", ".bz2", NULL, 0 },
@@ -108,6 +109,7 @@ FrExtensionType file_ext_type[] = {
108109
{ ".7z", "application/x-7z-compressed" },
109110
{ ".ace", "application/x-ace" },
110111
{ ".alz", "application/x-alz" },
112+
{ ".a", "application/x-ar" },
111113
{ ".ar", "application/x-ar" },
112114
{ ".arj", "application/x-arj" },
113115
{ ".bin", "application/x-stuffit" },

0 commit comments

Comments
 (0)