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:
AsciiWolf 2022-05-22 16:16:24 +02:00 committed by Lothar Serra Mari
parent 2eb63a8931
commit cfe040a6aa

View file

@ -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>