fix up the name in the metainfo when templating
parent
fa4f420768
commit
8a95212197
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue