mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-16 07:52:35 +03:00
Catch all jar files
This commit is contained in:
parent
15f2eada8e
commit
e1581d0d38
1 changed files with 1 additions and 1 deletions
|
@ -1206,7 +1206,7 @@ def scan_source(build_dir, root_dir, thisbuild):
|
|||
handleproblem('binary executable', fd, fp)
|
||||
elif mime == 'application/jar' and has_extension(fp, 'apk'):
|
||||
removeproblem('APK file', fd, fp)
|
||||
elif mime == 'application/jar' and has_extension(fp, 'jar'):
|
||||
elif mime == 'application/jar':
|
||||
warnproblem('JAR file', fd, fp)
|
||||
|
||||
elif has_extension(fp, 'java'):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue