Commit 6a40d5db authored by Chris Lamb's avatar Chris Lamb 👀
Browse files

Identify data files from the COmmon Data Access (CODA) framework as being .zip files.

parent 849f8516
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -90,7 +90,7 @@ sub get_normalizer_for_file($) {
		return _handler('png');
	}
	# zip
	if (m/\.(zip|pk3|epub|whl|xpi|htb|zhfst|par)$/
	if (m/\.(zip|pk3|epub|whl|xpi|htb|zhfst|par|codadef)$/
		&& _get_file_type($_) =~ m/Zip archive data|EPUB document/) {
		return _handler('zip');
	}