diff --git a/fdroidserver/init.py b/fdroidserver/init.py index 20596130..64f63f73 100644 --- a/fdroidserver/init.py +++ b/fdroidserver/init.py @@ -162,6 +162,10 @@ def main(): # now that we have a local config.py, read configuration... config = common.read_config(options) + # enable apksigner by default so v2/v3 APK signatures validate + if common.find_apksigner() is not None: + test_config['apksigner'] = common.find_apksigner() + # the NDK is optional and there may be multiple versions of it, so it's # left for the user to configure