fix up the name in the metainfo when templating

pull/7679/head
Jeffrey C. Ollie 2025-06-25 15:09:53 -05:00 committed by Mitchell Hashimoto
parent fa4f420768
commit 8a95212197
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<component type="desktop-application"> <component type="desktop-application">
<id>@@APPID@@</id> <id>@@APPID@@</id>
<launchable type="desktop-id">@@APPID@@.desktop</launchable> <launchable type="desktop-id">@@APPID@@.desktop</launchable>
<name>Ghostty</name> <name>@@NAME@@</name>
<url type="homepage">https://ghostty.org</url> <url type="homepage">https://ghostty.org</url>
<url type="help">https://ghostty.org/docs</url> <url type="help">https://ghostty.org/docs</url>
<url type="bugtracker">https://github.com/ghostty-org/ghostty/discussions</url> <url type="bugtracker">https://github.com/ghostty-org/ghostty/discussions</url>