mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-20 13:50:12 +01:00
update: let it work without JDK, only JRE and apksigner
This commit is contained in:
parent
8f2ee4bd1d
commit
a736a37282
@ -1875,7 +1875,8 @@ def main():
|
||||
|
||||
config = common.read_config(options)
|
||||
|
||||
if not ('jarsigner' in config and 'keytool' in config):
|
||||
if not (('jarsigner' in config or 'apksigner' in config)
|
||||
and 'keytool' in config):
|
||||
raise FDroidException(_('Java JDK not found! Install in standard location or set java_paths!'))
|
||||
|
||||
repodirs = ['repo']
|
||||
|
Loading…
Reference in New Issue
Block a user