Skip to content

Commit 6d6dcf8

Browse files
committed
Correct AppStream metainfo XML, broken trailing tags
1 parent c12b280 commit 6d6dcf8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

dist/linux/com.mitchellh.ghostty.metainfo.xml.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<component type="desktop-application">
3-
<id>@APPID@id>
4-
<launchable type="desktop-id">@APPID@desktop</launchable>
5-
<name>@NAME@name>
3+
<id>@APPID@</id>
4+
<launchable type="desktop-id">@APPID@.desktop</launchable>
5+
<name>@NAME@</name>
66
<url type="homepage">https://ghostty.org</url>
77
<url type="help">https://ghostty.org/docs</url>
88
<url type="bugtracker">https://github.com/ghostty-org/ghostty/discussions</url>

0 commit comments

Comments
 (0)