DISTS: Fix AppData id
Commit 1f4e197
changed the AppData id to a rDNS one, however the actual appdata/desktop file names stayed non-rDNS. This broke the metadata since AppStream parsers cannot match the correct desktop file anymore. This commit reverts the change
This commit is contained in:
parent
2eb63a8931
commit
cfe040a6aa
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Copyright 2020-2022 The ScummVM Team -->
|
||||
<component type="desktop">
|
||||
<id>org.scummvm.ScummVM.desktop</id>
|
||||
<id>scummvm.desktop</id>
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<project_license>GPL-2.0+</project_license>
|
||||
<name>ScummVM</name>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue