Correct AppStream metainfo XML, broken trailing tags

pull/7716/head
Mitchell Hashimoto 2025-06-26 13:36:38 -07:00
parent c12b280782
commit 6d6dcf863a
No known key found for this signature in database
GPG Key ID: 523D5DC389D273BC
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>@APPID@id>
<launchable type="desktop-id">@APPID@desktop</launchable>
<name>@NAME@name>
<id>@APPID@</id>
<launchable type="desktop-id">@APPID@.desktop</launchable>
<name>@NAME@</name>
<url type="homepage">https://ghostty.org</url>
<url type="help">https://ghostty.org/docs</url>
<url type="bugtracker">https://github.com/ghostty-org/ghostty/discussions</url>