fix up the name in the metainfo when templating

This commit is contained in:
Jeffrey C. Ollie
2025-06-25 15:09:53 -05:00
committed by Mitchell Hashimoto
parent fa4f420768
commit 8a95212197

View File

@@ -2,7 +2,7 @@
<component type="desktop-application">
<id>@@APPID@@</id>
<launchable type="desktop-id">@@APPID@@.desktop</launchable>
<name>Ghostty</name>
<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>