Following recommentations, change pr-starfighter to pr_starfighter for ID.
This commit is contained in:
parent
8f4013e828
commit
186555d8c8
|
@ -4,7 +4,7 @@
|
||||||
# information. This file is offered as-is, without any warranty.
|
# information. This file is offered as-is, without any warranty.
|
||||||
|
|
||||||
desktopdir = $(datarootdir)/applications
|
desktopdir = $(datarootdir)/applications
|
||||||
desktop_DATA = io.github.pr-starfighter.starfighter.desktop
|
desktop_DATA = io.github.pr_starfighter.starfighter.desktop
|
||||||
|
|
||||||
icondir = $(datarootdir)/pixmaps
|
icondir = $(datarootdir)/pixmaps
|
||||||
icon_DATA = starfighter.png
|
icon_DATA = starfighter.png
|
||||||
|
@ -12,4 +12,4 @@ icon_DATA = starfighter.png
|
||||||
dist_man6_MANS = starfighter.6
|
dist_man6_MANS = starfighter.6
|
||||||
|
|
||||||
appdatadir = $(datarootdir)/metainfo
|
appdatadir = $(datarootdir)/metainfo
|
||||||
appdata_DATA = io.github.pr-starfighter.starfighter.metainfo.xml
|
appdata_DATA = io.github.pr_starfighter.starfighter.metainfo.xml
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<component type="desktop-application">
|
<component type="desktop-application">
|
||||||
<id>io.github.pr-starfighter.starfighter</id>
|
<id>io.github.pr_starfighter.starfighter</id>
|
||||||
<metadata_license>BY-SA-4.0</metadata_license>
|
<metadata_license>BY-SA-4.0</metadata_license>
|
||||||
<project_license>GPL-3.0-or-later</project_license>
|
<project_license>GPL-3.0-or-later</project_license>
|
||||||
<name>Project: Starfighter</name>
|
<name>Project: Starfighter</name>
|
||||||
|
@ -19,7 +19,7 @@ corporation which has enslaved the galaxy.
|
||||||
</p>
|
</p>
|
||||||
</description>
|
</description>
|
||||||
|
|
||||||
<launchable type="desktop-id">io.github.pr-starfighter.starfighter.desktop</launchable>
|
<launchable type="desktop-id">io.github.pr_starfighter.starfighter.desktop</launchable>
|
||||||
|
|
||||||
<screenshots>
|
<screenshots>
|
||||||
<screenshot type="default">
|
<screenshot type="default">
|
Loading…
Reference in New Issue