mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-09 00:40:11 +01:00
Do not write the new 'type' hidden build field
This commit is contained in:
parent
7c461db596
commit
cd9c9de1eb
@ -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…
Reference in New Issue
Block a user