Show icon of the patch for aps and ebp files
This commit is contained in:
parent
220583aaf0
commit
1e634ec86e
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ public class Utils {
|
||||||
}
|
}
|
||||||
|
|
||||||
public static boolean isPatch(File file) {
|
public static boolean isPatch(File file) {
|
||||||
String[] patches = {"ips", "ups", "bps", "ppf", "dps", "xdelta", "xdelta3", "vcdiff"};
|
String[] patches = {"ips", "ups", "bps", "aps", "ppf", "dps", "ebp", "xdelta", "xdelta3", "vcdiff"};
|
||||||
String ext = FilenameUtils.getExtension(file.getName()).toLowerCase(Locale.getDefault());
|
String ext = FilenameUtils.getExtension(file.getName()).toLowerCase(Locale.getDefault());
|
||||||
for (String patch : patches) {
|
for (String patch : patches) {
|
||||||
if (ext.equals(patch))
|
if (ext.equals(patch))
|
||||||
|
|
Loading…
Add table
Reference in a new issue