mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-09 07:51:53 +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>
|
</release>
|
||||||
</releases>
|
</releases>
|
||||||
<custom>
|
<custom>
|
||||||
<value key="LVFS::VersionFormat">{update_protocol}</value>
|
<value key="LVFS::VersionFormat">{version_format}</value>
|
||||||
<value key="LVFS::UpdateProtocol">{version_format}</value>
|
<value key="LVFS::UpdateProtocol">{update_protocol}</value>
|
||||||
</custom>
|
</custom>
|
||||||
</component>
|
</component>
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user