From 8d3a0980ce6aea55890851f4067735f389f3cf65 Mon Sep 17 00:00:00 2001 From: Kalle <15094562+ThatKalle@users.noreply.github.com> Date: Mon, 14 Apr 2025 19:31:44 +0000 Subject: [PATCH] Add url back in --- bin/bump_metainfo/bump_metainfo.py | 2 ++ bin/org.meshtastic.meshtasticd.metainfo.xml | 8 ++++++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/bin/bump_metainfo/bump_metainfo.py b/bin/bump_metainfo/bump_metainfo.py index 0b37ee68c..a445bfa4c 100755 --- a/bin/bump_metainfo/bump_metainfo.py +++ b/bin/bump_metainfo/bump_metainfo.py @@ -47,6 +47,8 @@ def main(): 'version': args.version, 'date': args.date }) + url = ET.SubElement(new_release, 'url', {'type': 'details'}) + url.text = "https://github.com/meshtastic/firmware/releases" releases.insert(0, new_release) diff --git a/bin/org.meshtastic.meshtasticd.metainfo.xml b/bin/org.meshtastic.meshtasticd.metainfo.xml index e95b07636..7b2cdae84 100644 --- a/bin/org.meshtastic.meshtasticd.metainfo.xml +++ b/bin/org.meshtastic.meshtasticd.metainfo.xml @@ -87,7 +87,11 @@ - - + + https://github.com/meshtastic/firmware/releases + + + https://github.com/meshtastic/firmware/releases + \ No newline at end of file