mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-11 23:46:15 +00:00
add 7z to archive extensions for icons
This commit is contained in:
parent
b14ec11f86
commit
e36ebc9863
@ -18,7 +18,7 @@ public class FileTypeExtensions {
|
|||||||
private final static List<String> TEXT_EXTENSIONS = Arrays.asList(".txt", ".rtf", ".log", ".text", ".xml");
|
private final static List<String> TEXT_EXTENSIONS = Arrays.asList(".txt", ".rtf", ".log", ".text", ".xml");
|
||||||
private final static List<String> WEB_EXTENSIONS = Arrays.asList(".html", ".htm", ".css", ".js", ".php", ".aspx");
|
private final static List<String> WEB_EXTENSIONS = Arrays.asList(".html", ".htm", ".css", ".js", ".php", ".aspx");
|
||||||
private final static List<String> PDF_EXTENSIONS = Arrays.asList(".pdf");
|
private final static List<String> PDF_EXTENSIONS = Arrays.asList(".pdf");
|
||||||
private final static List<String> ARCHIVE_EXTENSIONS = Arrays.asList(".zip", ".rar", ".7zip", ".arj", ".gzip", ".bzip", ".bzip2", ".cab", ".jar", ".cpio", ".ar");
|
private final static List<String> ARCHIVE_EXTENSIONS = Arrays.asList(".zip", ".rar", ".7zip", ".7z", ".arj", ".tar", ".gzip", ".bzip", ".bzip2", ".cab", ".jar", ".cpio", ".ar");
|
||||||
|
|
||||||
public static List<String> getImageExtensions() {
|
public static List<String> getImageExtensions() {
|
||||||
return IMAGE_EXTENSIONS;
|
return IMAGE_EXTENSIONS;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user