diff --git a/fdroidserver/scanner.py b/fdroidserver/scanner.py index 2a943557..c2807e27 100644 --- a/fdroidserver/scanner.py +++ b/fdroidserver/scanner.py @@ -680,7 +680,7 @@ def scan_source(build_dir, build=metadata.Build(), json_per_build=None): count += handleproblem( _('Android DEX code'), path_in_build_dir, filepath, json_per_build ) - elif curfile.endswith('.gz'): + elif curfile.endswith('.gz') or curfile.endswith('.tgz'): count += handleproblem( _('gzip file archive'), path_in_build_dir, filepath, json_per_build )