1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-17 10:40:12 +02:00

Do not write the new 'type' hidden build field

This commit is contained in:
Daniel Martí 2014-01-11 13:33:56 +01:00
parent 7c461db596
commit cd9c9de1eb

View File

@ -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: