Fix AppStream metadata (#343)

This commit is contained in:
AsciiWolf 2020-10-20 22:10:50 +02:00 committed by GitHub
commit 732f312b17
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -103,4 +103,4 @@ install(TARGETS chiaki
BUNDLE DESTINATION bin)
install(FILES chiaki.desktop DESTINATION share/applications)
install(FILES chiaki.png DESTINATION share/icons/hicolor/512x512/apps)
install(FILES chiaki.appdata.xml DESTINATION share/metainfo)
install(FILES re.chiaki.Chiaki.appdata.xml DESTINATION share/metainfo)

View file

@ -1,7 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2020 Florian Märkl <chiaki@metallic.software> -->
<component type="desktop">
<id>com.metallic.chiaki</id>
<id>re.chiaki.Chiaki</id>
<launchable type="desktop-id">chiaki.desktop</launchable>
<name>Chiaki</name>
<summary>Free and Open Source Client for PlayStation 4 Remote Play</summary>
<metadata_license>CC0-1.0</metadata_license>