1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-07-07 09:50:07 +02:00

update: correct error message about Android AppID

This commit is contained in:
Hans-Christoph Steiner 2018-09-24 15:48:31 +02:00
parent ecb6987cda
commit 6cf8fec057

View File

@ -1071,7 +1071,7 @@ def scan_apk(apk_file):
raise BuildException(_("{appid} from {path} is not a valid Java Package Name!")
.format(appid=apk['packageName'], path=apk_file))
elif not common.is_strict_application_id(apk['packageName']):
logging.warning(_("{appid} from {path} is not a valid Java Package Name!")
logging.warning(_("{appid} from {path} is not a valid Android Package Name!")
.format(appid=apk['packageName'], path=apk_file))
# Get the signature, or rather the signing key fingerprints