firmware_packager.py: Fix templated values in XML

This commit is contained in:
ml 2021-11-15 02:13:03 +01:00 committed by Mario Limonciello
parent 5f01678daa
commit abcea90ba8

View File

@ -46,8 +46,8 @@ firmware_metainfo_template = """<?xml version="1.0" encoding="UTF-8"?>
</release>
</releases>
<custom>
<value key="LVFS::VersionFormat">{update_protocol}</value>
<value key="LVFS::UpdateProtocol">{version_format}</value>
<value key="LVFS::VersionFormat">{version_format}</value>
<value key="LVFS::UpdateProtocol">{update_protocol}</value>
</custom>
</component>
"""