Skip to content

Commit

Permalink
data: Fix appdata application ID
Browse files Browse the repository at this point in the history
We were using the wrong configuration to substitute the application ID.
But appstream-glib validate should have caught this, but didn't:
hughsie/appstream-glib#426
  • Loading branch information
hadess committed Feb 2, 2022
1 parent 8bc69f6 commit 481c6c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/appdata/org.gnome.Totem.appdata.xml.in.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- Copyright 2013 Richard Hughes <[email protected]>
Copyright 2013 William Jon McCann <[email protected]> -->
<component type="desktop-application">
<id>@application_id@.desktop</id>
<id>@APPLICATION_ID@.desktop</id>
<name>Videos</name>
<summary>Play movies</summary>
<metadata_license>CC0-1.0</metadata_license>
Expand Down Expand Up @@ -33,7 +33,7 @@
<developer_name>The GNOME developers</developer_name>
<project_group>GNOME</project_group>
<translation type="gettext">totem</translation>
<launchable type="desktop-id">@application_id@.desktop</launchable>
<launchable type="desktop-id">@APPLICATION_ID@.desktop</launchable>
<releases>
<release version="3.38.0" date="2020-09-10">
<description>
Expand Down

0 comments on commit 481c6c3

Please sign in to comment.