mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-05 09:59:44 +00:00
firmware_packager.py: Fix templated values in XML
This commit is contained in:
parent
5f01678daa
commit
abcea90ba8
@ -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>
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user