Skip to content
Snippets Groups Projects
Commit 539b7e22 authored by Chris Lamb's avatar Chris Lamb :eyes:
Browse files

.zhfst files are also ZIP files

parent 7024349d
Branches
Tags
No related merge requests found
......@@ -83,7 +83,7 @@ sub get_normalizer_for_file {
return \&File::StripNondeterminism::handlers::javaproperties::normalize;
}
# zip
if (m/\.(zip|pk3|epub|whl|xpi|htb)$/ && _get_file_type($_) =~ m/Zip archive data|EPUB document/) {
if (m/\.(zip|pk3|epub|whl|xpi|htb|zhfst)$/ && _get_file_type($_) =~ m/Zip archive data|EPUB document/) {
return \&File::StripNondeterminism::handlers::zip::normalize;
}
return undef;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment