mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-09 17:00:27 +03:00
Set correct defaults for Binaries metadata field
This commit is contained in:
parent
3f63435318
commit
872e57c8da
2 changed files with 2 additions and 2 deletions
|
|
@ -57,7 +57,7 @@ app_defaults = OrderedDict([
|
|||
('Requires Root', False),
|
||||
('Repo Type', ''),
|
||||
('Repo', ''),
|
||||
('Binaries', ''),
|
||||
('Binaries', None),
|
||||
('Maintainer Notes', []),
|
||||
('Archive Policy', None),
|
||||
('Auto Update Mode', 'None'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue