1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-11 23:23:27 +02:00

No need to check for non-default build items

This commit is contained in:
Daniel Martí 2014-06-01 19:05:18 +02:00
parent 8fd02e3fcf
commit 9f1c075119

View File

@ -837,7 +837,7 @@ def write_metadata(dest, app):
def write_builditem(key, value):
if key in ['version', 'vercode', 'origlines', 'type']:
if key in ['version', 'vercode']:
return
if value == flag_defaults[key]: