mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
basic downloading for scan_binary signatures
This commit is contained in:
parent
82355b8559
commit
f56b1f3012
5 changed files with 351 additions and 62 deletions
|
@ -125,6 +125,7 @@ default_config = {
|
|||
'sdk_path': "$ANDROID_HOME",
|
||||
'ndk_paths': {},
|
||||
'cachedir': str(Path.home() / '.cache/fdroidserver'),
|
||||
'cachedir_scanner': str(Path.home() / '.cache/fdroidserver/scanner'),
|
||||
'java_paths': None,
|
||||
'scan_binary': False,
|
||||
'ant': "ant",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue