mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-15 15:32:30 +03:00
Fixed precommit checks
This commit is contained in:
parent
4303b0fac1
commit
81641b4628
1 changed files with 1 additions and 2 deletions
|
@ -236,7 +236,6 @@ def fill_config_defaults(thisconfig):
|
|||
thisconfig['keytool'] = os.path.join(java_home, 'bin', 'keytool')
|
||||
break
|
||||
|
||||
|
||||
if 'jarsigner' not in thisconfig:
|
||||
thisconfig['jarsigner'] = shutil.which('jarsigner')
|
||||
thisconfig['keytool'] = shutil.which('keytool')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue