mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-15 23:42:37 +03:00
Do not write the new 'type' hidden build field
This commit is contained in:
parent
7c461db596
commit
cd9c9de1eb
1 changed files with 1 additions and 1 deletions
|
@ -705,7 +705,7 @@ def write_metadata(dest, app):
|
|||
'preassemble', 'bindir', 'antcommand', 'novcheck']
|
||||
|
||||
def write_builditem(key, value):
|
||||
if key in ['version', 'vercode', 'origlines']:
|
||||
if key in ['version', 'vercode', 'origlines', 'type']:
|
||||
return
|
||||
if key in valuetypes['bool'].attrs:
|
||||
if not value:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue